Crypto Refund Webhook
Developing
Request
Body Params application/json
{
"cryptoRefundInfo": {
"amount": "string",
"blockchain": "string",
"clientReference": "string",
"cryptoRefundId": "string",
"currency": "string",
"feeAmount": "string",
"feeCurrency": "string",
"originalTransactionId": "string",
"originalTransactionType": 1,
"participantCode": "string",
"refundAddress": "string",
"status": 1,
"txnHash": "string"
}
}
Request Code Samples
curl --location --request POST 'https://your-api-server.com' \
--header 'Content-Type: application/json' \
--data-raw '{
"cryptoRefundInfo": {
"amount": "string",
"blockchain": "string",
"clientReference": "string",
"cryptoRefundId": "string",
"currency": "string",
"feeAmount": "string",
"feeCurrency": "string",
"originalTransactionId": "string",
"originalTransactionType": 1,
"participantCode": "string",
"refundAddress": "string",
"status": 1,
"txnHash": "string"
}
}'
Responses
application/json Modified at 2026-01-04 05:40:08