v33

latestOpenAPI 3.1.0raw.githubusercontent.com2026-04-1770249709.0 KB
LinkedBankAccounts

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.

get/v1/linked_bank_accounts

Query parameters

account_idstring uuid

The unique identifier of the related account.

The unique identifier of the related account.

page_numberinteger

Results page number. Starts at page 1. Default value: 1

Results page number. Starts at page 1.

page_sizeinteger

Page size. Default value: 100. Max value: 1000

Page size. Max value: 1000

sort_bystring

Sort By. Default value: 'id'.

Sort By.

sort_order'asc' | 'desc'

Sort Order. Default value: 'asc'.

Sort Order.

level'account' | 'platform'
purpose'charges' | 'payouts' | 'billing'

The purpose of the linked bank accounts to return. Possible values: 'charges', 'payouts', 'billing'.

The purpose of the linked bank accounts to return. Possible values: 'charges', 'payouts', 'billing'.

status'created' | 'onboarding' | 'active' | 'rejected' | 'inactive' | 'canceled'

The status of the linked bank accounts to return. Possible values: 'created', 'onboarding', 'active', 'inactive', 'rejected'.

The status of the linked bank accounts to return. Possible values: 'created', 'onboarding', 'active', 'inactive', 'rejected'.

Headers

request-idstring

Optional client generated identifier to trace and debug a request.

correlation-idstring

Optional client generated identifier to trace and debug a series of requests.

Response

OK

response_type'object' | 'array' | 'error' | 'none' required

Indicates the structure of the returned content.

  • "object" means the data field contains a single JSON object.
  • "array" means the data field contains an array of objects.
  • "error" means the data field contains an error object with details of the issue.
  • "none" means no data is returned.