Skip to main content

Create refund

POST 

/api/v1/order/refund

Create a refund for an incoming, completed payment or deposit order. This endpoint allows you to return part or all of the funds received from a payment or deposit order to the payer. Refunds can only be processed if there are sufficient funds in the wallet balance, including fees. Refunds cannot exceed the total amount received for the order. For example, if the original order was 10, and a refund of 5 has already been issued, the maximum you can refund in a second transaction is 5. Important: Refunds are processed from the withdrawal wallet specified for the integration. The necessary funds will be deducted from that withdrawal wallet.

Request

Responses

Refund order created successfully.