wafeq_bank_accounts_list
Fetch paginated lists of Wafeq bank accounts and filter by currency, classification, sub-classification, or creation and modification timestamps.
Instructions
๐ข READ-ONLY ยท Bank Accounts ยท GET /bank-accounts/
List bank accounts
Endpoint for retrieving a list of bank accounts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | A page number within the paginated result set. | |
| currency | No | Currency | |
| page_size | No | Number of results to return per page. | |
| classification | No | Classification | |
| created_ts_after | No | The timestamp in UTC when the bank account was created | |
| created_ts_before | No | The timestamp in UTC when the bank account was created | |
| modified_ts_after | No | The timestamp in UTC when the bank account was last modified | |
| modified_ts_before | No | The timestamp in UTC when the bank account was last modified | |
| sub_classification | No | Sub-classification |