Paypal IPN is not working in paypal account but its working correctly in sandbox

痞子三分冷 提交于 2019-12-13 05:19:35

问题


Paypal IPN is not working in paypal account but its working correctly in sandbox. Please help us to solve the issue.How can we test these kind of situations if it occurs

Thanks


回答1:


Do notify_url setting in bussiness a/c of paypal

In addition to email notification, PayPal can send you the transaction data (also called Instant Payment Notification) to a specific url. With Instant Payment Notification, PayPal sends payment notification messages with encrypted code to the specified URL for each payment you receive. Follow the instructions below to setup Instant Payment Notification.

  1. Go to the PayPal website and log in to your account.
  2. Click "Profile" at the top of the page.
  3. Click "Instant Payment Notification Preferences" in the Selling Preferences column.
  4. Click "Edit IPN Settings."

  5. Enter the notification URL and select "Receive IPN messages."

    example: http://yoursiteurl.com

  6. Click "Save."



来源:https://stackoverflow.com/questions/9870288/paypal-ipn-is-not-working-in-paypal-account-but-its-working-correctly-in-sandbox

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!