Transactions list using reporting API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The following is not returning any records. I've used it on other apps and works fine.
$post_url = "https://api.paypal.com/v1/reporting/transactions?start_date=".$START."&end_date=".$END."&fields=payer_info&page_size=100&page=1";
I can see transactions directly on PP. So I am at a loss. Any ideas.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Good day @cxxxv1
Thank you for posting to the PayPal community.
I believe that the error you encountered is a result of using an invalid method in the payload of your request.
I would suggest you to please use the GET method to perform new "transaction search" API.
To assist you further, I kindly request that you refer to the detailed guide provided in the link below:
https://developer.paypal.com/docs/api/transaction-search/v1/#search_get
If your still facing issues, please create an MTS ticket via - https://www.paypal-support.com/s/?language=en_US with the detailed information and error details.
Sincerely,
Kavya
PayPal MTS
If this post or any other was helpful, please enrich the community by giving kudos or accepting it as a solution.

Haven't Found your Answer?
It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.
- Issue linking bank account in PayPal Upgrade Community
- Payments Refunded Automatically After Successful Transactions - PayPal Business Account Issue in REST APIs
- Paypal create transaction with QR - API in REST APIs
- Transactions according to unique APIs in SDKs
- Unable to issue a refund from our business sandbox account in Sandbox Environment