Create Refund
Refund
Create Refund
Create a refund for an existing order. The refundMerchantOrderId is used for idempotency.
POST
Create Refund
Authorizations
Your secret API key obtained from the Clink dashboard (Developers section)
Current timestamp in milliseconds since Unix epoch (required for request signing)
Body
application/json
Parameters required to create a refund by API
Unique identifier of the order to refund
Merchant-provided unique refund order ID. Reusing the same value returns the existing refund.
Refund amount
Example:
19.99
Refund reason type: 0 duplicate payment, 1 fraudulent activity, 2 customer initiated refund, 3 other
Available options:
0, 1, 2, 3 Refund remark, up to 500 characters
Maximum string length:
500