Authorization: Bearer ********************{
"participantCode": "B0100348",
"originalTransactionType": "CHECKOUT",
"originalTransactionId": "20260722000000521",
"amount": {"amount": "5.00", "currency": "USD"},
"refundCurrency": "USD",
"feeBearer": "BUYER",
"clientRefundId": "refund-001",
"refundInfo": {"email": "buyer@example.com"}
}curl --location '/v2.0/payment/crypto/refunds/refund' \
--header 'Content-Type: application/json' \
--data-raw '{
"participantCode": "B0100348",
"originalTransactionType": "CHECKOUT",
"originalTransactionId": "20260722000000521",
"amount": {"amount": "5.00", "currency": "USD"},
"refundCurrency": "USD",
"feeBearer": "BUYER",
"clientRefundId": "refund-001",
"refundInfo": {"email": "buyer@example.com"}
}'{
"code": 200,
"msg": "success",
"data": {
"refundId": "RF20260722000000001",
"originalTransactionId": "20260722000000521",
"status": "INITIATED",
"amount": {"amount": "5.00", "currency": "USD"},
"createdAt": 1784685064000
}
}