findTransactions
Find transactions matching filters such as status, vendor, merchant, amount range, and dates, with pagination for large result sets.
Instructions
Search for transactions with filters like status, vendor, merchant, amount range, dates, and pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination (starts at 1) | |
| limit | No | Number of results to return per page | |
| status | No | Filter by transaction status | |
| vendor | No | Filter by processing vendor (e.g. Razorpay, Cashfree) | |
| endDate | No | Filter up to this date (ISO format YYYY-MM-DD) | |
| merchant | No | Filter by merchant name | |
| maxAmount | No | Maximum transaction amount | |
| minAmount | No | Minimum transaction amount | |
| startDate | No | Filter from this date (ISO format YYYY-MM-DD) |