The Community Forum is not available for new posts or responses; previous posts remain available to review. For comprehensive support options, please visit PayPal.com/HelpCenter
Merchant Technical Support: For technical support and related questions, please visit our Technical Support Help Center or Developer Central
If you want to report illegal content under the EU Digital Services Act, please do so here
Hi,
I use "sb" sandbox payment from Javascript API from browser and I get the order Id. I use the same order ID from my Server side Java application to check the status using the following guideline (using Postman Client) but I am getting an error as RESOURCE_NOT_FOUND. Please advise how to fix.
https://developer.paypal.com/docs/api/orders/v2/
{
"name": "RESOURCE_NOT_FOUND",
"details": [
{
"issue": "INVALID_RESOURCE_ID",
"description": "Specified resource ID does not exist. Please check the resource ID and try again."
}
],
"message": "The specified resource does not exist.",
"debug_id": "9e35c877d6e60",
"links": [
{
"href": "https://developer.paypal.com/docs/api/orders/v2/#error-INVALID_RESOURCE_ID",
"rel": "information_link",
"method": "GET"
}
]
}