Wallet Transfer
Event Category:
- WALLET
Event Type:
- WALLET.TRANSFER.CREATE: Creation for wallet transfer.
- WALLET.TRANSFER.UPDATE: Updates for wallet transfer.
Example webhook event
The data object is expected to have the same structure as the response from the Retrieve a crypto transfer
{
"eventId": "evt_195714a3de340e5bca",
"eventCategory": "WALLET",
"eventType": "WALLET.TRANSFER.CREATE",
"eventAction": "CREATE",
"data": {
"transferType": "WALLET.TRANSFER",
"transferDetails": {
"id": "2d9fcb48-e759-4990-b982-7349a5ccd9bb",
"chain": "POLYGON_AMOY",
"amount": 10,
"source": {
"user": {
"email": "[email protected]",
"lastName": "Yang",
"firstName": "William",
"businessName": null
},
"userId": "c5a11cdb-2696-4a2e-ac58-3e17fb230288",
"walletType": "INDIVIDUAL",
"walletAddress": "0xa8A642FBA80749318036C97344fC73aE0B64c608"
},
"status": "CREATED",
"receipt": {
"transactionHash": null
},
"currency": "usdHifi",
"createdAt": "2025-03-07T15:47:25.483515+00:00",
"requestId": "f04e5852-a575-4834-80bf-48443008c21f",
"updatedAt": "2025-03-07T15:47:25.652+00:00",
"destination": {
"user": {
"email": "[email protected]",
"lastName": "Yang",
"firstName": "William",
"businessName": null
},
"userId": "c5a11cdb-2696-4a2e-ac58-3e17fb230288",
"walletAddress": "0xa8A642FBA80749318036C97344fC73aE0B64c608"
},
"developerFee": null,
"failedReason": null,
"contractAddress": "0x545F651965F3322FDa6232F010Df37Ab41969505",
"amountIncludeDeveloperFee": null
}
},
"createdAt": "2025-03-07T15:47:25.819Z",
"timestamp": "2025-03-07T15:47:40.186Z",
"version": "v2"
}
Updated 2 days ago