Paypal Sandbox Test Tool IPN Simulator in Localhost

JR Galia picture JR Galia · Jul 13, 2012 · Viewed 27.5k times · Source

How to use Instant Payment Notification Simulator in local machine? What will be provided in IPN handler URL? I don't have access to our router.

Thanks

Answer

atahan picture atahan · Jun 7, 2014

You can test on localhost using ngrok.

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.