Body
application/json
Response
200
Respond with a 200 to indicate that the event was successfully received. If your endpoint returns anything else than a 200 status code, we will consider the delivery has failed and retry later. See details here.
{
"id": "<string>",
"date": "2023-11-07T05:31:56Z",
"kind": "wallet.transfer.failed",
"data": {
"transferRequest": {
"id": "<string>",
"walletId": "<string>",
"network": "Algorand",
"requester": {
"userId": "<string>",
"tokenId": "<string>"
},
"requestBody": {
"kind": "Native",
"to": "<string>",
"amount": "<string>",
"memo": "<string>",
"priority": "Slow",
"createDestinationAccount": true,
"offer": true,
"expiresAt": "2023-11-07T05:31:56Z",
"targetChain": "<string>",
"externalId": "<string>",
"travelRule": {
"kind": "Notabene",
"beneficiaryVASPdid": "<string>",
"beneficiaryProof": {},
"originator": {},
"beneficiary": {}
},
"feeSponsorId": "<string>"
},
"metadata": {
"asset": {
"symbol": "<string>",
"decimals": 123,
"verified": true,
"quotes": {
"EUR": 123,
"USD": 123
}
}
},
"status": "Pending",
"reason": "<string>",
"txHash": "<string>",
"fee": "<string>",
"dateRequested": "<string>",
"datePolicyResolved": "<string>",
"dateBroadcasted": "<string>",
"dateConfirmed": "<string>",
"approvalId": "<string>",
"externalId": "<string>",
"feeSponsorId": "<string>"
}
},
"retryOf": "<string>",
"timestampSent": 123,
"deliveryAttempt": 2
}A wallet transfer request has failed to process
{
"id": "<string>",
"date": "2023-11-07T05:31:56Z",
"kind": "wallet.transfer.failed",
"data": {
"transferRequest": {
"id": "<string>",
"walletId": "<string>",
"network": "Algorand",
"requester": {
"userId": "<string>",
"tokenId": "<string>"
},
"requestBody": {
"kind": "Native",
"to": "<string>",
"amount": "<string>",
"memo": "<string>",
"priority": "Slow",
"createDestinationAccount": true,
"offer": true,
"expiresAt": "2023-11-07T05:31:56Z",
"targetChain": "<string>",
"externalId": "<string>",
"travelRule": {
"kind": "Notabene",
"beneficiaryVASPdid": "<string>",
"beneficiaryProof": {},
"originator": {},
"beneficiary": {}
},
"feeSponsorId": "<string>"
},
"metadata": {
"asset": {
"symbol": "<string>",
"decimals": 123,
"verified": true,
"quotes": {
"EUR": 123,
"USD": 123
}
}
},
"status": "Pending",
"reason": "<string>",
"txHash": "<string>",
"fee": "<string>",
"dateRequested": "<string>",
"datePolicyResolved": "<string>",
"dateBroadcasted": "<string>",
"dateConfirmed": "<string>",
"approvalId": "<string>",
"externalId": "<string>",
"feeSponsorId": "<string>"
}
},
"retryOf": "<string>",
"timestampSent": 123,
"deliveryAttempt": 2
}Respond with a 200 to indicate that the event was successfully received. If your endpoint returns anything else than a 200 status code, we will consider the delivery has failed and retry later. See details here.
Was this page helpful?