• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

How to add multiple IPN URL in PayPal

Status
Not open for further replies.
To setup the IPN in your PayPal Account.

Step 1: Login to your PayPal account and click on Account Settings.

1618206066153.png


Step 2: Under Account settings, look for Notification menu item in the left bar and than click on Instant payment notification Update link.


1618206253417.png



Step 3: Enter the webhook URL of one of your workflows. PayPal will send all the IPN notification to the same webhook URL workflow. I have created the workflow inside Pabbly Connect already.

Image A: Pabbly Connect Workflow webhook URL.
1618206718227.png



Image 2: Paste the webhook URL from the Pabbly Connect workflow inside PayPal.

1618205932218.png


Step 4: Once the webhook is received on the workflow. The webhook will capture any new IPN sent from PayPal to Pabbly Connect. You can use the Capture webhook response button to try and capture the first response.

Further, Use the Data Forwarder module to forward the same webhook (IPN Notification) to other workflows or even to external IPN notification URLs.

1618206824946.png

The data forwarder module, forwards the exact same IPN to any number of places. You can add multiple data forwarder module in your workflow.

Note: IPN received comes with many details like, payment related, transactions etc. So, based on the IPN Transaction Type values you can route your workflow as per your need conditionally.

For example: if you get
Code:
txn_type : subscr_failed
in the Pabbly Connect then, you can send email to your customer using Gmail.
 

Attachments

  • 1618206534193.png
    1618206534193.png
    278.8 KB · Views: 244
  • 1618206606173.png
    1618206606173.png
    243.7 KB · Views: 238
Status
Not open for further replies.
Top