list_transactions
Retrieve all transactions for a specified date, including completed, authorized, and declined statuses. Filter by timezone to get accurate daily records.
Instructions
List all transactions for a given date. Returns completed, authorized, and declined transactions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Date | Yes | Date to list transactions for (YYYY-MM-DD format) | |
| TimeZone | No | Timezone for the date filter (e.g. UTC, MSK) | UTC |