wafeq_payments_list
Retrieve payments from Wafeq using filters for date, contact, project, reference, or timestamps. Get paginated results to review or reconcile payment records.
Instructions
๐ข READ-ONLY ยท Payments ยท GET /payments/
List payments
Endpoint for retrieving a list of payments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Date | |
| page | No | A page number within the paginated result set. | |
| contact | No | The unique identifier of the contact. | |
| project | No | The unique identifier of the project. | |
| page_size | No | Number of results to return per page. | |
| reference | No | Reference | |
| external_id | No | External identifier | |
| created_ts_after | No | The timestamp in UTC when the payment was created | |
| created_ts_before | No | The timestamp in UTC when the payment was created | |
| modified_ts_after | No | The timestamp in UTC when the payment was last modified | |
| modified_ts_before | No | The timestamp in UTC when the payment was last modified | |
| paid_through_account | No | The unique identifier of the paid through account. | |
| payment_fees_account | No | The unique identifier of the payment fees account. |