500 details: name: INTERNAL_SERVICE_ERROR

rajkiran
Contributor
Contributor

Hello Team, i am trying to use paypal sandbox api and i am getting below error, i have attached the request message as well. there is no valueable information , i am finding on my way.

 

Response code: 500 Error response: {"name":"INTERNAL_SERVICE_ERROR","message":"An internal service error has occurred","information_link":"https://developer.paypal.com/docs/api/payments/#errors","debug_id":"3d1096869b6aa"}4

response-code: 500 details: name: INTERNAL_SERVICE_ERROR message: An internal service error has occurred details: null debug-id: 70d3448ca1673 information-link: https://developer.paypal.com/docs/api/payments/#errors

 

{
"intent": "sale",
"payer": {
"payment_method": "credit_card",
"funding_instruments": [
{
"credit_card": {
"number": "xxxx xxxx xxxx xxxx",
"expire_month": 4,
"expire_year": 2032,
"cvv2": "xyz",
"first_name": "test",
"last_name": "buyer"
}
}
]
},
"transactions": [
{
"amount": {
"currency": "USD",
"total": "12.0"
},
"item_list": {
"items": [
{
"quantity": "1",
"price": "12.0",
"currency": "USD"
}
]
}
}
],
"redirect_urls": {
"return_url": "http://localhost:8080/success",
"cancel_url": "http://localhost:8080/cancel"
}
}

 

Login to Me Too
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.