Skip to main content
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"
  }
}

Body

application/json
eventId
string
required

Deterministic unique UUID. Use for idempotency and deduplication.

environment
enum<string>
required

"Live" or "Sandbox".

Available options:
Live,
Sandbox,
Demo
createdAtTs
number
required

Unix timestamp (ms) indicating when the event was created.

version
string
required

Payload schema version. Currently "1.0".

organizationId
string<uuid>
required

UUID of the organization the event belongs to.

type
enum<string>
required
Available options:
wallet.deposit.received
data
object
required

Response

200

Return 2xx within 10s to acknowledge delivery.