PayPal IPN vs. Webhook -


i have implemented paypal plus interface in website. old ipn page works perfectly. new paypal webhook on site works (tested paypal webhook tester).

if start payment, paypal call ipn only. if ipn dont respond 200 ok, paypal use webhook.

can use ipn site furthermore , webhook optional?

thanks!


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -