List transactions
The PayPal List Transactions tool enables users to retrieve detailed information about their PayPal transactions effortlessly. It offers flexible filtering options to access specific transactions within defined date ranges and statuses, ensuring comprehensive transaction tracking and management.
Features
- Fetch detailed records of PayPal transactions using transaction IDs for precise data retrieval.
- Filter transactions by status including Denied, Pending, Successful, and Reversed to easily categorize payment records.
- Specify start and end dates in ISO8601 format to customize transaction history queries within a maximum 31-day range.
- Adjust pagination with customizable page size and page number for efficient data presentation and navigation.
- Built-in validation with strict input schema to ensure accurate and reliable transaction data fetching.
Benefits
- Streamlines financial record keeping by providing quick access to detailed PayPal transaction data.
- Enhances payment monitoring by allowing status-based filtering, improving tracking of payment workflows.
- Facilitates effective reporting and reconciliation with customizable date filters and pagination.
- Supports decision-making with accurate real-time transaction insights directly from PayPal accounts.
- Reduces manual effort and errors by automating transaction details retrieval through a secure API interface.
Description
Fetches details of your PayPal Transactions
Parameters
6 parameters
| Name | Type | Description |
|---|---|---|
| transaction_id | string | The ID of the transaction to retrieve. |
| transaction_status | enum | The transaction_status accepts the following 4 values: D - represents denied transactions, P - represents pending transactions, S - represents successful transactions, V - represents transactions that were reversed. |
| start_date | string | Filters the transactions in the response by a start date and time. start_date should be specified in ISO8601 date and time format, example dates: 1996-12-19T16:39:57-08:00, 1985-04-12T23:20:50.52Z, 1990-12-31T23:59:60Z. Seconds are required. Fractional seconds are optional. |
| end_date | string | Filters the transactions in the response by an end date and time. start_date should be specified in ISO8601 date and time format, example dates: 1996-12-19T16:39:57-08:00, 1985-04-12T23:20:50.52Z, 1990-12-31T23:59:60Z. Seconds are required. Fractional seconds are optional. The maximum supported range is 31 days. |
| page_size | number | — |
| page | number | — |