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