v1

latestOpenAPI 3.0.0Apache 2.02026-07-142008071.1 MB
BankAccounts

GetBankAccount

Returns details of a BankAccount 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": "971",
    "account_type": "CHECKING",
    "bank_name": "Bank Name",
    "country": "US",
    "creditable": false,
    "currency": "USD",
    "debitable": false,
    "holder_name": "Jane Doe",
    "id": "w3yRgCGYQnwmdl0R3GB",
    "location_id": "S8GWD5example",
    "primary_bank_identification_number": "112200303",
    "status": "VERIFICATION_IN_PROGRESS",
    "version": 5
  }
}