REMITQUICKLY Webhook
REMITQUICKLY webhook example
referenceId
: unique ID of an remitquickly transaction.
Remitquickly Webhook Events
FIAT_DEPOSIT_RECEIVED
-> 2, 10 (deposit secured)TRADE COMPLETED
-> 3, 12ON_CHAIN_INITIATED
-> 14 (withdrawal initiated)ON_CHAIN_COMPLETED
-> 4, 15 (withdrawal complete)FAILED
-> -1 (transaction timed out), -2 (transaction abandoned), -3 (bank and kyc name mismatch), -4 (amount mismatch)
{
"referenceId":"23",
"eventType":"onramp",
"status":"FAILED",
"metadata":{
"failure_reasons": "Transaction timed out"
}
}
Last updated