Skip to main content
This webhook is sent when an account balance has been updated.

Webhook Structure

string (UUID)
required
Unique identifier for this event
string (ISO 8601)
required
Timestamp of when the event occurred
string
required
The type of event. Value: account.balance-updated
object
required
The event data containing the details below

Data Fields

string (UUID)
required
Unique identifier of the account whose balance was updated
array
required
List of account balances by currency, including both current and holding ledger balances

Request Example

Last modified on July 20, 2026