Authorization: Bearer ********************{
"participantCode": "B0100348",
"originalTransactionType": "CHECKOUT",
"originalTransactionId": "20260722000000521",
"refundInfo": {"email": "buyer@example.com"},
"blockchain": "TRON",
"clientRefundId": "void-001",
"voidReason": "Wrong currency selected"
}curl --location '/v2.0/payment/crypto/refunds/void' \
--header 'Content-Type: application/json' \
--data-raw '{
"participantCode": "B0100348",
"originalTransactionType": "CHECKOUT",
"originalTransactionId": "20260722000000521",
"refundInfo": {"email": "buyer@example.com"},
"blockchain": "TRON",
"clientRefundId": "void-001",
"voidReason": "Wrong currency selected"
}'{
"code": 200,
"msg": "success",
"data": {
"refundId": "RF20260722000000002",
"originalTransactionId": "20260722000000521",
"status": "INITIATED",
"createdAt": 1784685064000
}
}