GET /v2/bank-accounts

Returns a list of BankAccount objects linked to a Square account.

Servers

Query parameters

Name Type Required Description
location_id String No

Location ID. You can specify this optional filter to retrieve only the linked bank accounts belonging to a specific location.

limit Integer No

Upper limit on the number of bank accounts to return in the response. Currently, 1000 is the largest supported limit. You can specify a limit of up to 1000 bank accounts. This is also the default limit.

cursor String No

The pagination cursor returned by a previous call to this endpoint. Use it in the next ListBankAccounts request to retrieve the next set of results.

See the Pagination guide for more information.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.