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