INTERNAL_SERVER_ERROR durring authorizing order - Sandbox
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I having issue with authorizing payments.
Flow is following:
- user creates an order for payment (order status: CRETATED)
- user approves an order (order status: APPROVED)
- user wants to authorize an order (so we want to change state to AUTHORIZED), but each time Sandbox returns 500 HTTP response code.
Here's response body:
{
"name": "INTERNAL_SERVER_ERROR",
"details": [
{
"issue": "INTERNAL_SERVICE_ERROR",
"description": "An internal service error has occurred."
}
],
"message": "An internal server error has occurred.",
"debug_id": "<<HERE_IS_DEBUG_ID>>",
"links": [
{
"href": "https://developer.paypal.com/docs/api/orders/v2/#error-INTERNAL_SERVICE_ERROR",
"rel": "information_link",
"method": "GET"
}
]
}
What is wrong? Can I use above debug_id for any further investigation?
- Labels:
-
Payments REST APIs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We've been having this exact same issue, going from day 2 to day 3 without a fix.
Both sandbox as well as production environment is being affected.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have this issue for like a 5 days and not sure if this error say that the issue is with data that I have sent or it's a PayPal issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have the same issue since 4 weeks. Still waiting for a response on my post: Internal Server/Service Error when trying to authorise an Checkout v2 Order
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I've gotten in touch with the MTS team and they're saying that it's being addressed internally. We've lost out on hundreds of dollars GMV in the meantime so crossing fingers they'll solve it rather sooner than later
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Please see https://www.paypal-community.com/t5/Sandbox-Environment/Receiving-500-Internal-Server-Error-with-bas....
The sandbox forum would be a good place as well, to raise sandbox related topics.
Regards,
Stefan

Haven't Found your Answer?
It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.
- Prevent changing shipping address via SET_PROVIDED_ADDRESS not working. Orders V2 Advanced Checkout in REST APIs
- How do I resolve RESOURCE_NOT_FOUND Error? in REST APIs
- Migrate from Adaptive Payments to Commerce Platform in REST APIs
- INTERNAL_SERVICE_ERROR (Payments) in REST APIs
- getting INTERNAL_SERVER_ERROR in Sandbox Environment