Account details

Learn about account details in Mambu Payments

Account details are used in multiple Mambu Payments objects, including:

AttributeDescription
account_number
string
The IBAN or account number. If an IBAN, Mambu Payments verifies the validity of the IBAN, but does not verify that the IBAN exists or belongs to the account holder.
account_number_format
string
The format of the account number. When set, it must match account_number unless the format is other or tokenized. One of iban, uk_account_number, us_account_number, other, or tokenized.
bank_code
string
The BIC / Swift code, sort code, or routing number, depending on the country and bank. Only upper case letters allowed.
bank_code_format
string
The format of the bank code. When set, it must match bank_code unless the format is other or tokenized. One of bic, uk_sorting_code, us_aba_routing_number, other, or tokenized.
holder_name
string
The name of the company or individual holding the account.
holder_address
object
The account holder address, as an address object.
organization_identification
object
The account organization identification, as an organization_identification object. organization_identification and private_identification are mutually exclusive.
private_identification
object
The account private identification, as a private identification object. organization_identification and private_identification are mutually exclusive.
bank_name
string
The name of the bank.
bank_address
object
The address of the bank, as an address object.