Refund an order
Orders
Refund an order
Process a full refund for a confirmed order. Refunds must be requested within 96 hours of the original purchase. Partial refunds are not currently supported.
POST
Refund an order
Authorizations
Merchant key for store identification. Required for all API requests.
merchant-key: YOUR_MERCHANT_KEYPath Parameters
Order ID to refund.
Required range:
x >= 1Example:
12345
Body
application/json
External order ID for additional validation.
Example:
"order-12345"
Response
Refund processed successfully
Example:
"Refund processed successfully"