Unable to capture payment for order with error 'INVALID_RESOURCE_ID'
saafrancis
New Community Member
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on
Jul-25-2024
01:06 AM
Please i need help with REST API call in sandbox. I created an order through https://api.sandbox.paypal.com/v2/checkout/orders and it was successful, but my problem is that i was not able to capture the order.
My capture path is https://api.sandbox.paypal.com/v2/checkout/orders/63C894517G818735X/CAPTURE
With error
{"name":"INVALID_RESOURCE_ID",
"message":"The requested resource ID was not found",
"debug_id":"0f1b65b3827be",
"details":[],
"links":[]
}
I have been on this for more than 24hrs now with no solution, please someone should help me out.
0 REPLIES 0

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
- How to get the custom field from a payment with webhook/API? in REST APIs
- ppxo_inline_guest_unhandled_error - How to handle this error throguh code in PayPal Payments Standard
- CHECKOUT.ORDER.APPROVED webhook event not triggered if payment_source is passed in in REST APIs
- Why does PayPal redirect to different pages (login vs credit card form) depending on browser mode? in Braintree Server-side Integration (PHP, Java, .NET, Ruby, Python, NodeJS SDKs)
- webhook payment capture completed issue in Sandbox Environment