Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 3.13 KB

BankAccount.md

File metadata and controls

25 lines (22 loc) · 3.13 KB

BankAccount

Properties

Name Type Description Notes
Id string The unique, Square-issued identifier for the bank account. [default to null]
AccountNumberSuffix string The last few digits of the account number. [default to null]
Country string The ISO 3166 Alpha-2 country code where the bank account is based. See Country for possible values [default to null]
Currency string The 3-character ISO 4217 currency code indicating the operating currency of the bank account. For example, the currency code for US dollars is `USD`. See Currency for possible values [default to null]
AccountType string The financial purpose of the associated bank account. See BankAccountType for possible values [default to null]
HolderName string Name of the account holder. This name must match the name on the targeted bank account record. [default to null]
PrimaryBankIdentificationNumber string Primary identifier for the bank. For more information, see Bank Accounts API. [default to null]
SecondaryBankIdentificationNumber string Secondary identifier for the bank. For more information, see Bank Accounts API. [optional] [default to null]
DebitMandateReferenceId string Reference identifier that will be displayed to UK bank account owners when collecting direct debit authorization. Only required for UK bank accounts. [optional] [default to null]
ReferenceId string Client-provided identifier for linking the banking account to an entity in a third-party system (for example, a bank account number or a user identifier). [optional] [default to null]
LocationId string The location to which the bank account belongs. [optional] [default to null]
Status string Read-only. The current verification status of this BankAccount object. See BankAccountStatus for possible values [default to null]
Creditable bool Indicates whether it is possible for Square to send money to this bank account. [default to null]
Debitable bool Indicates whether it is possible for Square to take money from this bank account. [default to null]
Fingerprint string A Square-assigned, unique identifier for the bank account based on the account information. The account fingerprint can be used to compare account entries and determine if the they represent the same real-world bank account. [optional] [default to null]
Version int32 The current version of the `BankAccount`. [optional] [default to null]
BankName string Read only. Name of actual financial institution. For example "Bank of America". [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]