List linked bank accounts
Returns a list of bank accounts associated with a specific Straddle account. The linked bank accounts are returned sorted by creation date, with the most recently created appearing first. This endpoint supports pagination to handle accounts with multiple linked bank accounts.
Authorizations
Use your Straddle API Key in the Authorization header as Bearer to authorize API requests.
Headers
Optional client generated identifier to trace and debug a request.
Optional client generated identifier to trace and debug a series of requests.
Query Parameters
The unique identifier of the related account.
Results page number. Starts at page 1. Results page number. Starts at page 1. Default value: 1
Page size. Max value: 1000 Page size. Default value: 100. Max value: 1000
Sort By. Sort By. Default value: 'id'.
Sort Order. Sort Order. Default value: 'asc'.
asc, desc account, platform The purpose of the linked bank accounts to return. Possible values: 'charges', 'payouts', 'billing'.
charges, payouts, billing The status of the linked bank accounts to return. Possible values: 'created', 'onboarding', 'active', 'inactive', 'rejected'.
created, onboarding, active, rejected, inactive, canceled Response
OK
Metadata about the API request, including an identifier, timestamp, and pagination details.
Indicates the structure of the returned content.
- "object" means the
datafield contains a single JSON object. - "array" means the
datafield contains an array of objects. - "error" means the
datafield contains an error object with details of the issue. - "none" means no data is returned.
object, array, error, none