Account Details Updated Event (v1)

Event indicating account details have been updated

Architecture

Schema

Message Schema

15 properties

Base type for all events in the system

id string
required

Unique identifier for the message, typically a UUID

userIds array [string]
required

List of user identifiers associated with the account

ownerIds array [string]
required

List of qualified origin system identifiers of parties owning the account

originAccountId string <uri>
required

The qualified origin 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

bic string

The Bank Identifier Code of the account, 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

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
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

lastUpdatedDate string <date-time>
required

The timestamp when the account details were last updated