BankAccounts
Query the Bank Accounts of the merchant.
Columns
Name | Type | Description |
Id [KEY] | String | The Square-issued Id of the bank account. |
LocationId | String | The Id of the location. |
BankName | String | The name of the bank that manages the account. |
Name | String | The name associated with the bank account. |
Type | String | The type of the bank account. For example, savings or checking. |
Country | String | The ISO 3166 Alpha 2 country code where the bank account is based. |
AccountNumberSuffix | String | The last few digits of the bank account number. |
CurrencyCode | String | The code of the currency associated with the bank account. |
PrimaryBankIdentificationNumber | String | Primary identifier for the bank. |
Status | String | The current verification status of this BankAccount object. |
Creditable | Boolean | Indicates whether it is possible for Square to send money to this bank account. |
Debitable | Boolean | Indicates whether it is possible for Square to take money from this bank account. |
Version | Int64 | The current version of the BankAccount. |