cancel
Showing results for 
Search instead for 
Did you mean: 

Who Me Too'd this topic

INTERNAL_SERVER_ERROR durring authorizing order - Sandbox

adamz1
Contributor
Contributor

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? 

 

 

 

Login to Me Too
Who Me Too'd this topic