Cancel / Void Order

Learn how to cancel orders where funds have been authorized, but not settled

Overview

Use the Cancel/Void Order endpoint to cancel orders where funds have been authorized, but not settled.

👍

This endpoint uses MAC with SHA-256

Check out our API Authentication section to learn more


To cancel an order, send an API call to:

POST {{baseUrl}}/{{orderId}}/cancel

API Response

Response Body Parameters

Parameter NameTypeDescription
statusstringAllowed Values = Cancelled, Failed
orderIdstringThe Skipify order id
amountintegerThe amount captured
transactionIdstringThe Skipify transaction identifier
merchantIdstringThe Skipify Merchant identifier
messagestring, nullableThis message will be populated if there was an error processing the cancel

Response Body Example

{
  "orderId": "string",
  "merchantId": "string",
  "amount": integer,
  "transactionId": "string",
  "status": "Cancelled",
  "message": "string"
}


Skipify baner with link to contact us form

What’s Next