list_transactions
Retrieve payment transactions from IDPay, with filters for date range and pagination to review payment history.
Instructions
List payment transactions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (0-based) | |
| date_to | No | End date (Unix timestamp) | |
| date_from | No | Start date (Unix timestamp) | |
| page_size | No | Items per page |