BankAccounts
GetBankAccount
Retrieve details of a BankAccount bank account linked to a Square account.
get/v2/bank-accounts/{bank_account_id}
Path parameters
bank_account_idstring required
Square-issued ID of the desired BankAccount.
Response
Success
Example response
{
"bank_account": {
"account_number_suffix": "000",
"account_type": "CHECKING",
"bank_name": "Citizens Bank",
"country": "US",
"creditable": true,
"currency": "USD",
"customer_id": "HM3B2D5JKGZ69359BTEHXM2V8M",
"debitable": true,
"fingerprint": "sq-1-mO3XNctJpTLL8uYowOWpioS8nQyTc838gcBo90254XonoEJ_c7Uw6yqL6qihFNY8fA",
"holder_name": "Nicola Snow",
"id": "bact:OxfBTiXgByaXds1K4GB",
"primary_bank_identification_number": "011401533",
"status": "VERIFIED",
"version": 2
}
}