Retrieves all embedded bank accounts for the authenticated user with their current balances. Bank and platform users can optionally filter by organization ID to see accounts for a specific VSP.
Token types: APP, USER | Required scopes: embedded:bankaccount:read
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Optional organization ID to filter bank accounts by. Bank users can filter to any VSP under their bank. Platform users can filter to any organization in their visible set.
Number of items to return (default 25, max 100).
Opaque pagination token from a previous response.
Returns bank accounts with balances.
A paginated response containing a page of results and navigation tokens.
The items in the current page.
A token that can be sent in the pagination_token query parameter to get the next page of results, or null if there is no next page.
A token that can be sent in the pagination_token query parameter to get the previous page of results, or null if there is no previous page.