Skip to main content

Overview

There are two endpoints for listing linked accounts depending on the caller context: Both endpoints authenticate using the access token from Generate Access Token.

Business Endpoint

Returns all linked accounts for a business with enriched account details and support for multiple filters.

Endpoint

Auth


Path Parameters


Query Parameters

accountType accepted values


Request Examples

Filter by account type:
Cards ending in 4242:
Filter by bank name:
Filter by counterparty email:
International banks, sorted newest first:

Response (200)


account field — shape by optionType

The account field is a parsed summary of the linked account. Its shape varies by type:

Response Fields


Error Responses


External Endpoint

Returns linked accounts for an end-user with masked sensitive numbers and stripped internal fields.

Endpoint

Auth

Path Parameters

Query Parameters

Request

Response (200)

Response Fields

Notes

  • Use data[].id from either endpoint as the linkedAccountId when creating a withdrawal
  • last4 filter matches digits stored in metadata.account or metadata.cardNumber — it will not match accounts where neither field is populated
  • bank filter searches metadata.bankName; populated for bank and international_bank types