0

We have integrated Paypal "Button Manager api" for our clients in 2015,till last wednesday it was working fine but since then it has stopped working and throwing the error "404 not found".

I have already checked the token,Api username, and Password. everything seems to be fine. Can anyone please help us/guide us on how to resolve this issue?

Narasappa
  • 546
  • 1
  • 9
  • 31
  • Has the URL for the button changed on PayPal's side? That would explain the 404. – Nick Proud Feb 27 '23 at 22:42
  • Wow the Button Manager API, that's extremely old and I suppose deprecated or in minimal maintenance mode. You can contact PayPal for support on that 404, but in the meantime consider something more current based on https://developer.paypal.com/docs/checkout/standard/integrate/ – Preston PHX Feb 27 '23 at 23:29
  • Thank you Nick. Even I do feel the same that URL must have been changed but I am unable to find which URL it could be. I did change the return URL,Paypal Submit URL etc – Narasappa Feb 28 '23 at 07:31
  • Thank you Preston. Yes Button manager API is quite old and is deprecated. I guess it was deprecated over a year ago. However,it was working till last week. I am confused if I shd change the code or look for help in the exisiting code – Narasappa Feb 28 '23 at 07:34

1 Answers1

0

I would recommend upgrading to the newer integration. Deprecated software tends to get more frustrating to maintain over time as less and less people use it.

John
  • 16