paypal_list_transactions
Retrieve PayPal transactions within a specified date range, with optional filters by status and pagination. Requires start and end dates up to 31 days apart.
Instructions
Search transactions in a date range (Transaction Search API). start_date and end_date are required ISO-8601 timestamps and must be <= 31 days apart.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Default 1 | |
| end_date | Yes | ISO-8601 end, e.g. 2026-06-27T23:59:59-0700 | |
| page_size | No | Default 100 | |
| start_date | Yes | ISO-8601 start, e.g. 2026-06-01T00:00:00-0700 | |
| transaction_status | No | Optional filter, e.g. S (success), P (pending), V (reversed) |