Account
Defines the structure of a bank account used for source of funds, including account number, currency, and country.
Last updated
Defines the structure of a bank account used for source of funds, including account number, currency, and country.
Last updated
id
string
Unique identifier of the bank account.
accountNumber
string
Bank account number for identifying the account within the bank.
nickName
string
Nickname for the bank account.
country
string
Country where the bank account is held.
currency
string
Currency associated with the bank account.
financialInstitution
string
Bank associated with this account.