Bank Accounts
Account Transaction History
This API allows you to retrieve the transaction history for a specific bank account.
Endpoint
GET /3p/api/v2/bank-accounts/{aggregator_type}/{account_uuid}/history
Path Parameters
Name | Type | Required | Description |
---|---|---|---|
aggregator_type | string | Yes | Bank account provider. Possible values: bank_link |
account_uuid | string | Yes | UUID of the bank account |
Query Parameters
Name | Type | Required | Description |
---|---|---|---|
start_date | string | No | Start date for the transaction history in YYYY-MM-DD format |
end_date | string | No | End date for the transaction history in YYYY-MM-DD format |
page | int | No | Page number for pagination (default is 1 ) |
per_page | int | No | Number of records per page (default is 10 , maximum is 100 ) |