Bank account
Manages bank account details such as account number, IBAN, currency, and country for financial transactions linked to an identity.
Last updated
Manages bank account details such as account number, IBAN, currency, and country for financial transactions linked to an identity.
Last updated
The Bank Account entity contains essential information about the bank accounts associated with an identity. This includes fields like the account number, IBAN, currency, and country, which are used for processing financial transactions. The page is critical for managing payment details and ensuring that accounts are correctly set up for international and domestic transactions, while also supporting various account types (e.g., savings, checking).
id
string
Unique identifier (UUID).
accountNumber
string
Bank account number.
country
string
Country where the bank account is held (ISO 3166 code).
currency
string
Currency associated with the account (ISO 4217 code).
accountHolder
string
Full legal name of the person or entity holding the account.
type
string
Type of bank account (CASH_ACCOUNT
, CURRENT_ACCOUNT
, etc.).
iban
string
IBAN for international transactions.
sortCode
string
Sort code for UK bank branches.