Skip to main content
This webhook is sent when an account has been successfully created for a party.

Webhook Structure

string (UUID)
required
Unique identifier for this event
string (ISO 8601)
required
Timestamp of when the event occurred
string
Identifier to correlate the request with the response. Present when provided in the original request.
string
required
The type of event. Value: account.created
object
required
The event data containing the details below

Data Fields

string (UUID)
required
Unique identifier of the created account
string (UUID)
required
Unique identifier of the party that owns the account
string
required
International Bank Account Number
string
required
Basic Bank Account Number
string
required
Current status of the account. Available values: OPENED, BLOCKED, CLOSED
array
required
List of account balances

Request Example

Last modified on July 20, 2026