Fiat Deposit Webhook
Designing
To notify fiat deposit status
Request
Body Params application/json
{
"eventType": "string",
"notificationId": "string",
"data": {
"fiatDepositId": "string",
"participantCode": "string",
"currency": "string",
"amount": "string",
"receivingAccount": "string",
"payerName": "string",
"payerBankSwiftCode": "string",
"sourceAccount": "string",
"status": 1,
"statusInfo": "string",
"paymentReference": "string",
"createdAt": 0
}
}
Request Code Samples
curl --location --request POST 'https://your-api-server.com' \
--header 'X-Signature: t=1758867971711,v0=b2468f1bc285eb64be242ee6d02e3c959dfb61482abe47ddb50da4b6be55997e' \
--header 'Content-Type: application/json' \
--data-raw '{
"eventType": "string",
"notificationId": "string",
"data": {
"fiatDepositId": "string",
"participantCode": "string",
"currency": "string",
"amount": "string",
"receivingAccount": "string",
"payerName": "string",
"payerBankSwiftCode": "string",
"sourceAccount": "string",
"status": 1,
"statusInfo": "string",
"paymentReference": "string",
"createdAt": 0
}
}'
Responses
application/json Modified at 2026-01-07 06:51:01