PayPal REST Sandbox API giving INTERNAL_SERVICE_ERROR

女生的网名这么多〃 提交于 2020-01-21 03:50:13

问题


I finished my PayPal REST API integration yesterday for executing simple payments through my website. My script does the following things:

  • gets a bearer token
  • creates a payment (allowing paypal as the only payment method)
  • sends to user to PayPal for authorisation
  • executes the payment

This was all working perfectly in the Sandbox yesterday.

Today I tried it (still in the Sandbox) and the execute command is returning an "INTERNAL_SERVICE_ERROR" message. The debug_id from my most recent attempt was 93a4116223d6e.

What is particularly strange is that the payment has been processed correctly. When I log in to the sandbox accounts for the buyer and seller the transaction shows up there as usual.

Any idea why I am suddenly getting these error messages?


回答1:


I have also a problem with the Sandbox environment.

Payments with an US account returns an INTERNAL SERVICE ERROR, but with other EU accounts the payments are completed.

Using PayPal as payment method.




回答2:


It seems to have stopped doing it now. I am putting this one down to an error at PayPal's end. It only seemed to last for a day or two.



来源:https://stackoverflow.com/questions/38804016/paypal-rest-sandbox-api-giving-internal-service-error

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!