php - PayPal REST API [Sandbox] - INTERNAL_SERVICE_ERROR on payment sale execute -


i've been using paypal rest api since months handle sale payments programmatically without problems, both on live , sanbox platform. couple of days figured that, sanbox, impossible finalize (execute) payments using resource post https://api.sandbox.paypal.com/v1/payments/payment/pay-xxxxxxxxxxxxxxxxxxxx/execute, indeed every time internal_service_error response status code 500.

last response:

got http response code 500 when accessing https://api.sandbox.paypal.com/v1/payments/payment/pay-xxxxxxxxxxxxxxxxxxxx/execute. {"name":"internal_service_error","message":"an internal service error has occurred","information_link":"https://developer.paypal.com/docs/api/#internal_service_error","debug_id":"2205fb9528a0f"}

any idea happening?

full disclosure, work @ paypal leading developer advocacy.

there issue sandbox today , escalated through try have resolved. i'm being told issue should resolved. in tests on sandbox, payments going through. can please let me know if you're still encountering 500 errors? if so, i'll send team.


Comments

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -