RESOURCE_NOT_FOUND
laracantara
Contributor
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on
Apr-18-2020
06:02 AM
Both on the LIVE and the SANDBOX environment I get the error RESOURCE_NOT_FOUND when I get the order details (/v2/checkout/orders/{id}).
As orderId, I use the id that I got back from the webhook Payment Sale Completed JSON-data from PayPal with JSON-path resource.id.
Question 1: Can I use this id as OrderId in this API endpoint?
Last year, this was working in most cases: I got the order details with a GET-request https://api.sandbox.paypal.com/v2/checkout/orders/{resource.id}. But from 2020 on, this is not working anymore, both in LIVE and SANDBOX environment.
Question 2: Is there something changed in the API that is not documented?
1 REPLY 1
laracantara
Contributor
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Apr-18-2020
06:04 AM

Haven't Found your Answer?
It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.
Related Content
- Payments problems. in PayPal Payments Standard
- Error creating subscription in sandbox account using js api in REST APIs
- Smart buttons returns error in REST APIs
- Paypal Subscription in Sandbox Environment
- Want to change the status of Invoice from "DRAFT" to "PAID" after successfully capturing the amount in REST APIs