Square API
You are viewing an old version of the API
Bank Accounts
Square API
Get a list of a seller's bank accounts.
The Bank Accounts API allows you to get basic details about a seller's bank account, such as the last few digits of the account number and the routing number. It can be paired with the Settlements API to understand the pattern of deposits and withdrawals from a seller's bank account.
Guides: Bank Accounts Webhooks
-
List bank accounts
GET /v2/bank-accounts - Returns a list of BankAccount objects linked to a Square account.
-
Get bank account by V1 id
GET /v2/bank-accounts/by-v1-id/{v1_bank_account_id} - Returns details of a BankAccount identified by V1 bank account ID.
-
Get bank account
GET /v2/bank-accounts/{bank_account_id} - Returns details of a BankAccount linked to a Square account.