Search code examples
phppaypalpaypal-sandboxpaypal-ipn

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


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


Solution

  • 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."