Bank Accounts
List bank accounts
Get bank account by v1Id
Get bank account
Webhooks
bank_account.created
bank_account.disabled
bank_account.verified
<- Bank Accounts API
Bank Accounts API
Version
2024-11-20
GET
/v2/bank-accounts/{bank_account_id}
Returns details of a BankAccount linked to a Square account.
Guide
Retrieve a bank account by ID
Example code
bank_account_id
string
Required
Square-issued ID of the desired BankAccount.
BankAccount
errors
Error [ ]
Information on errors encountered during the request.
Show attributes
bank_account
The requested BankAccount object.