# Account created Fired when a new banking account has been created. Includes account identifiers (IBAN/BBAN), BIC, currency, and display name. Related endpoint: Get account Endpoint: POST banking.account.created Version: 1.0.0 ## Request fields (application/json): - `id` (string, required) Unique identifier of the account. - `bic` (string, required) BICFI of the account's servicing institution. - `iban` (string,null) International Bank Account Number. - `bban` (string,null) Basic Bank Account Number (ISO 20022). - `name` (string,null) Name of the account given by the bank. - `currency` (string,null) ISO 4217 Alpha 3 currency code. - `displayName` (string,null) Name of the account for display in online channels.