{
"environment": "Live",
"version": "1.0",
"organizationId": "98f7e6d5-c4b3-2a10-9876-543210fedcba",
"eventId": "wallet-deposit-received_a7b8c9d0-e1f2-3456-abcd-567890123456",
"createdAtTs": 1711200000000,
"type": "wallet.deposit.received",
"data": {
"walletId": "f1e2d3c4-b5a6-7890-fedc-ba0987654321",
"transferId": "f6a7b8c9-d0e1-2345-f012-678901234567",
"currency": "USD",
"amount": 25000,
"completedAt": "2026-03-23T00:00:00.000Z",
"depositedBy": "Acme Corp",
"note": "Invoice #1234"
}
}Events
wallet.deposit.received
Sent when a deposit is received into a wallet.
WEBHOOK
wallet.deposit.received
{
"environment": "Live",
"version": "1.0",
"organizationId": "98f7e6d5-c4b3-2a10-9876-543210fedcba",
"eventId": "wallet-deposit-received_a7b8c9d0-e1f2-3456-abcd-567890123456",
"createdAtTs": 1711200000000,
"type": "wallet.deposit.received",
"data": {
"walletId": "f1e2d3c4-b5a6-7890-fedc-ba0987654321",
"transferId": "f6a7b8c9-d0e1-2345-f012-678901234567",
"currency": "USD",
"amount": 25000,
"completedAt": "2026-03-23T00:00:00.000Z",
"depositedBy": "Acme Corp",
"note": "Invoice #1234"
}
}Body
application/json
Deterministic unique UUID. Use for idempotency and deduplication.
"Live" or "Sandbox".
Available options:
Live, Sandbox, Demo Unix timestamp (ms) indicating when the event was created.
Payload schema version. Currently "1.0".
UUID of the organization the event belongs to.
Available options:
wallet.deposit.received Show child attributes
Show child attributes
Response
200
Return 2xx within 10s to acknowledge delivery.