cURL
curl --request POST \ --url https://api.appcharge.com/checkout/api/v1/order/{orderId}/refund \ --header 'x-publisher-token: <x-publisher-token>' \ --header 'x-user-id: <x-user-id>'
{}
The publisher token used for authentication.
The user ID initiating the refund for the order.
Order ID to refund.
Refund initiated successfully.
Returns an empty object.
Was this page helpful?