Account Opened Event (v1)

Event indicating a new account has been opened

Architecture

Schema

Message Schema

22 properties

Base type for all events in the system

id string
required

Unique identifier for the message, typically a UUID

users array [object]

List of users associated with the account

ownerIds array [string]
required

List of qualified origin system identifiers for the account owners

originAccountId string <uri>
required

The qualified origin system identifier for the account

accountId string
required

The system identifier for the account

iban string

The International Bank Account Number of the account, if available

bban string

The Basic Bank Account Number of the account, if available

msisdn string

The Mobile Subscriber Integrated Services Digital Network Number, if available

currency string
required

The three-letter ISO currency code for the account

ownerName string

The name of the account owner, if available

name string

The name of the account, if available

product string

The product identifier for the type of account, if available

productId string

The product id for the type of account, if available

cashAccountType string

Specifies the type of cash account according to standard classifications

Allowed values: CACC CARD CASH CHAR CISH COMM CPAC LLSV LOAN MGLD MOMA NREX ODFT ONDP OTHR SACC SLRY SVGS TAXE TRAN TRAS VACC NFCA
status string
required

Represents the current status of an account

Allowed values: ENABLED DELETED BLOCKED
bic string

The Bank Identifier Code of the account, if available

correlationId string

Identifier for tracking and correlating related operations, if available

usage string

Identifies whether the account is for an individual or an organization

Allowed values: INDIVIDUAL ORGANISATION
details string

Additional details about the account, if available

creationDate string <date-time>

The timestamp when the account was created