wafeq_payment_requests_list
Get a paginated list of payment requests from Wafeq. Filter by status, currency, amount, or date to review pending or processed payments.
Instructions
๐ข READ-ONLY ยท Payment Requests ยท GET /payment_requests/
List payment requests
Endpoint for retrieving a list of payment requests.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | A page number within the paginated result set. | |
| status | No | Status | |
| currency | No | Currency | |
| page_size | No | Number of results to return per page. | |
| amount_max | No | Amount | |
| amount_min | No | Amount | |
| date_after | No | Date | |
| date_before | No | Date | |
| created_ts_after | No | The timestamp in UTC when the payment request was created | |
| created_ts_before | No | The timestamp in UTC when the payment request was created | |
| modified_ts_after | No | The timestamp in UTC when the payment request was last modified | |
| modified_ts_before | No | The timestamp in UTC when the payment request was last modified |