wafeq_beneficiaries_list
Retrieve a filtered list of beneficiaries by keyword, country, currency, contact, charge type, or date range, with pagination support for large result sets.
Instructions
๐ข READ-ONLY ยท Beneficiaries ยท GET /beneficiaries/
List beneficiaries
Endpoint for retrieving a list of beneficiaries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | A page number within the paginated result set. | |
| contact | No | ||
| country | No | ||
| keyword | No | A search term. | |
| currency | No | ||
| page_size | No | Number of results to return per page. | |
| charge_type | No | ||
| created_ts_after | No | The timestamp in UTC when the beneficiary bank account was created | |
| created_ts_before | No | The timestamp in UTC when the beneficiary bank account was created | |
| modified_ts_after | No | The timestamp in UTC when the beneficiary bank account was last modified | |
| modified_ts_before | No | The timestamp in UTC when the beneficiary bank account was last modified |