INVALID_RESOURCE_ID
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Labels:
-
Add or withdraw money

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Good day @chen1991,
Thank you for posting to the PayPal community.
This looks like an issue with your internal website code, which is triggering API calls to the "Sandbox Endpoint" environment.
https://developer.paypal.com/api/rest/requests/
The URL to the API service is either:
- Sandbox. https://api-m.sandbox.paypal.com
- Live. https://api-m.paypal.com
PayPal system is a payment gateway, which will receive the payment request payload (i.e. Payment and Item details, Shipping details, Invoice number, Amount details, etc.) from merchant websites and process the payments accordingly.
Merchants should handle their internal website code and pass the appropriate payment API calls to the PayPal system.
I would suggest to please contact your website developer. Please ensure that when making API calls in a LIVE environment, you are using the correct LIVE REST API Credentials(Client ID & Secret).
https://developer.paypal.com/api/rest/authentication/
https://developer.paypal.com/api/rest/postman/
https://developer.paypal.com/api/rest/
If you 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,
Vaishnavi
PayPal MTS
If this post or any other was helpful, please enrich the community by giving kudos or accepting it as a solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Good day

Haven't Found your Answer?
It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.
- JS SDK Error: GET_MERCHANT_COUNTRY_ERROR – Assistance with Country Configuration Settings in SDKs
- Things don’t appear to be working at the moment. in Braintree Client-side Integration (JS, iOS, Android SDKs)
- Unable to Create Subscription Using REST Account in Sandbox Environment
- Unable to capture payment for order with error 'INVALID_RESOURCE_ID' in Sandbox Environment
- How do I resolve RESOURCE_NOT_FOUND Error? in REST APIs