Initiate automatic refund
POST/refund/createAutoRefundOrder
Merchants can initiate an automatic refund using the original transaction hash. The system will automatically identify the transaction information and create a refund order.
info
hashis the hash of the original payment transaction. The system will automatically match the corresponding order and payment information based on this hash.deductTypespecifies the fee deduction method:1- Fixed USDT amount,deductValueis the specific amount (e.g.,"10"means deduct 10 USDT)2- Percentage deduction,deductValueis the percentage (e.g.,"10"means deduct 10%)
refundAmountis the refund amount requested by the merchant (before fee deduction). Required.- The refund order will be processed automatically after creation, no admin approval required.
Request​
Responses​
- 200
- 201
- 401
- 403
- 404
OK
Created
Unauthorized
Forbidden
Not Found