put https://api.smartpay.co/v1/orders//cancellation
Errors
In addition to the Errors applicable to all API endpoints, the following errors are specific to cancelling an order:
status code | error code | description |
---|---|---|
404 | order.not-found | No order was found meeting the requirements. Make sure to use the right orderId and API key. test objects can only be accessed using test keys and live object with live keys. |
409 | order.cannot-cancel | The order has a status which doesn't allow cancellation. Only orders in requires_capture or canceled status can be cancelled |