GET /v2/bank-accounts
Returns a list of BankAccount objects linked to a Square account.
Servers
- https://connect.squareup.com
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 See the Pagination guide for more information. |
How to start integrating
- Add HTTP Task to your workflow definition.
- 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.
- Click Test request to test run your request to the API and see the API's response.