Returns a list of BankAccount objects linked to a Square account.
GET
/v2/bank-accounts
Returns a list of BankAccount objects linked to a Square account.
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.
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.
When a response is truncated, it includes a cursor that you can use in a subsequent request to fetch next set of bank accounts. If empty, this is the final response.
For more information, see Pagination.