INVALID_RESOURCE_ID error

cartmanila
Contributor
Contributor

Hi i have this issue when processing paypal express checkout.

I currently using sandbox account. And python sdk.

 

paypalhttp.http_error.HttpError: {"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":"36ba87d4108b2","links":[{"href":"https://developer.paypal.com/docs/api/orders/v2/#error-INVALID_RESOURCE_ID","rel":"information_link"..."}]}

Login to Me Too
2 REPLIES 2

MTS_Jennifer
Moderator
Moderator

Hello,

Thank you for posting to the PayPal Merchant Technical Support Community.

The specific error message means one of the following:

  • The Order ID/Transaction ID specified does not exist (Incorrect Order ID/Transaction ID)
  • The Order ID/Transaction ID is affiliated with a different account
  • The Order ID/Transaction ID was processed in a live account and you are attempting to find it in a Sandbox Account

Verify that the Order ID/Transaction ID is associated with the account that is processing the API Call. Confirm that the Order ID/Transaction ID is not from a live account. Confirm that the correct Order ID/Transaction ID is being used in the API Call.

Thank you,

Jennifer

PayPal

Login to Me Too

cartmanila
Contributor
Contributor

My Client id is from my sandbox account. And i'm pretty sure my login is also a sandbox account. So i don't think the order/transaction id is from other account. Or from live account.

 

Also how can i know if my transaction/order id it not from my sandbox account? Because it is just a response on the capture id.

Login to Me Too

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.