Skip to main content
GET
Fetch All Accounts
Use this to fetch basic information about all linked bank accounts for a user.

Authorization

Bearer <token> Request Body Schema
string
required
ID of the authorization/consent used to access the user’s bank accounts. This can be obtained from the redirect URL after account linking
Response Returns an array of bank account objects, each containing:
string
The ID of the user’s bank account.
string
The name of the bank associated with the account. Useful for display purposes or internal logging.
string
The bank account number for which the user has provided consent.
string
The sort code linked to the bank account.