Retrieves transactions for a specific bank account with optional date filtering and pagination.
Token types: APP, USER | Required scopes: embedded:transaction:read
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The bank account ID.
Optional start date filter.
Optional end date filter.
Number of items to return (default 25, max 100).
Opaque pagination token from a previous response.
Returns transactions.
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.