Skip to main content
WEBHOOK
deposit.succeeded
{
  "type": "<string>",
  "timestamp": "2023-11-07T05:31:56Z",
  "data": {
    "id": "<string>",
    "account_id": "<string>",
    "status": "processing",
    "amount": 1,
    "currency": "USD",
    "method": "card",
    "details": "<string>",
    "created_at": "2023-11-07T05:31:56Z",
    "reward": 1,
    "authorized_at": "2023-11-07T05:31:56Z",
    "cancelled_at": "2023-11-07T05:31:56Z",
    "succeeded_at": "2023-11-07T05:31:56Z",
    "failed_at": "2023-11-07T05:31:56Z",
    "refunded_at": "2023-11-07T05:31:56Z"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Fired when a deposit is completed successfully

type
string
required
Allowed value: "deposit.succeeded"
timestamp
string<date-time>
required
data
data · object
required

Response

200

Event processed