Account Open Failed Event (v1)

Event indicating an account opening operation has failed

Architecture

Schema

Message Schema

11 properties

Base type for all events in the system

id string
required

Unique identifier for the message, typically a UUID

userId string
required

The identifier of the user who initiated the account opening

partyId string <uri>
required

The qualified origin system identifier of the party for whom the account was to be opened

partyType string
required

Identifies whether the account is for an individual or an organization

Allowed values: INDIVIDUAL ORGANISATION
iban string

The International Bank Account Number that was to be used, if specified

name string

The name that was to be given to the account, if specified

currency string
required

The three-letter ISO currency code that was specified for the account

generateNewIban boolean

Flag indicating whether a new IBAN was to be generated

creationTime string <date-time>
required

The timestamp when the account opening was initiated

correlationId string
required

Identifier for tracking and correlating related operations

reason string
required

Human-readable description of the failure reason