List Bank Account Transactions
List transactions for a bank account
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
Bank Account ID Unique identifier
Query Parameters
From datetime Datetime schema
To datetime Datetime schema
External ID
Reconciliation ID Unique identifier
Parameter used for pagination. It is a base64 encoded param used to access the previous page of results. It is provided alongside a metadata section if there is a previous page.
Parameter used for pagination. It's a base64 encoded param used to access the previous page of results. Provided along with the data in the metadata section if there is a previous page.
Response
Transactions
A list of transactions for a bank account

