Rahul Gahlot
Rahul Gahlot

Reputation: 68

Paypal sandbox giving internal server error

I am working on PayPal integration with omnipay package. Firstly It was working fine but after some time it started to show internal server error. I reached on Google and found this problem is having from last few days. I want to know, how to solve this? is PayPal solved this issue or this issue is having due to any error in my script?

my script enter image description here

Error page enter image description here

Upvotes: 0

Views: 1229

Answers (2)

Rahul Gahlot
Rahul Gahlot

Reputation: 68

Finally I got my answer

The issue was I was passing wrong and cancel return URLs. These URLs are of my local server IP. when I removed this and applied a live server details it started again.

I also done some R & D and found PayPal is having this issue from last few months.

Thanks guys for your kind support!

Upvotes: 1

Jonathan LeBlanc
Jonathan LeBlanc

Reputation: 788

This could be related to the downtime that sandbox has been experiencing over the last 24 hours. The internal teams were able to diagnose the problem and repair it. Can you please check to see if your code is working now? This was limited to sandbox and didn't affect production.

Upvotes: 0

Related Questions