v66

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-08-042174421.1 MB
Event Types

balance.updated

Financial Account Balance Update

postWebhookbalance.updated

Payload

event_type'balance.updated' required

The type of event that occurred.

Example payload

{
  "data": [
    {
      "available_amount": 10000,
      "created": "2023-09-14T12:52:44Z",
      "currency": "USD",
      "last_transaction_event_token": "10265fe1-7058-451a-bfdf-db6f0ece177c",
      "last_transaction_token": "1e338050-295e-477b-884a-4f87d7d4b648",
      "pending_amount": 0,
      "token": "1e338050-295e-477b-884a-4f87d7d4b648",
      "total_amount": 10000,
      "type": "ISSUING",
      "updated": "2023-09-14T12:52:44Z"
    }
  ]
}

Response

Return a 200 status to indicate that the data was received successfully