transaction.history
Retrieve transaction history from PayFast with date filtering and pagination controls for financial tracking and reconciliation.
Instructions
Get PayFast transaction history with optional date range and pagination
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | No | Start date (YYYY-MM-DD) | |
| to | No | End date (YYYY-MM-DD) | |
| offset | No | Pagination offset | |
| limit | No | Number of results to return |