1

i have read that in in able to test IPN in localhost magento site ,i can use Advance Rest API in google chrome ,now i downloaded already the app and test some values, but it showed The response was Empty..

enter image description here

how to test it correctly? am i doing the right thing there in the picture above? thank you,

ΦXocę 웃 Пepeúpa ツ
  • 47,427
  • 17
  • 69
  • 97
unilev
  • 11
  • 2

1 Answers1

0

You cannot test IPN on your localhost, as IPN is all about PayPal's server initiating a server-side POST to a URL you define.

As a result, your IPN script must be accessible by the outside world (or you can use a tunnel such as ngrok.me/localtunnel.me)

You can test on localhost using ngrok :- https://ngrok.com/ Simply run ngrok locally then paste test url that ngrok gives you (something like http://1bc7d09d.ngrok.com/) It provides a tunnel to your localhost.

More information visit this URL :-Paypal Sandbox Test Tool IPN Simulator in Localhost

Abhinav Kumar Singh
  • 2,325
  • 1
  • 10
  • 11