Create Refund
Refund
创建退款
Create a refund for an existing order. The refundMerchantOrderId is used for idempotency.
POST
Create Refund
授权
Your secret API key obtained from the Clink dashboard (Developers section)
Current timestamp in milliseconds since Unix epoch (required for request signing)
请求体
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
示例:
19.99
Refund reason type: 0 duplicate payment, 1 fraudulent activity, 2 customer initiated refund, 3 other
可用选项:
0, 1, 2, 3 Refund remark, up to 500 characters
Maximum string length:
500