Adyen · Schema

BankAccount

BankAccount schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
bankAccountNumber string The bank account number (without separators).
bankCity string The bank city.
bankLocationId string The location id of the bank. The field value is `nil` in most cases.
bankName string The name of the bank.
bic string The [Business Identifier Code](https://en.wikipedia.org/wiki/ISO_9362) (BIC) is the SWIFT address assigned to a bank. The field value is `nil` in most cases.
countryCode string Country code where the bank is located. A valid value is an ISO two-character country code (e.g. 'NL').
iban string The [International Bank Account Number](https://en.wikipedia.org/wiki/International_Bank_Account_Number) (IBAN).
ownerName string The name of the bank account holder. If you submit a name with non-Latin characters, we automatically replace some of them with corresponding Latin characters to meet the FATF recommendations. For exa
taxId string The bank account holder's tax ID.
View JSON Schema on GitHub