• Instructions to Ask a Question

    Click on the "Ask a Question" button and select the application for which you would like to ask questions.

    We have 5 different products namely - Pabbly Connect, Pabbly Subscription Billing, Pabbly Email Marketing, Pabbly Form Builder, Pabbly Email Verification.

    The turnaround time is 24 hrs (Business Hours - 10.00 AM to 6.00 PM IST, Except Saturday and Sunday). So your kind patience will be highly appreciated!

    🚀🚀Exclusive Discount Offer

    Just in case you're looking for any ongoing offers on Pabbly, you can check the one-time offers listed below. You just need to pay once and use the application forever -
     

    🔥 Pabbly Connect One Time Plan for $249 (🏆Lifetime Access) -  View offer 

    🔥 Pabbly Subscription Billing One Time Plan for $249 (🏆Lifetime Access) - View offer

PayPal

Setup IPN in your PayPal Account.

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

ipn1.png


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


1618206253417.png


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

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



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

ipn4.png


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


Unable to Capture Response
  1. For Custom Coded PayPal Payment Gateway
If you are unable to capture PayPal IPN response in Pabbly Connect for your custom coded PayPal button then, check the IPN history from your PayPal account and confirm the notification URL of that transaction, it should be the same that you've configured in IPN Settings as shown in the below video:
If you find a different URL there then, check whether you've created any payment button through PayPal and configured the customized advanced features for it, you need to remove the "notify_url" parameter from there.
1635319296236.png
More HTML variables supported in the custom advanced features section are listed here: https://developer.paypal.com/docs/p...ion-guide/Appx-websitestandard-htmlvariables/
2. For Third-Party Integrated PayPal Payment Gateway

If you are using any third-party services like WooCommerce, StudioCart.co, etc in your website for PayPal payment gateway then, you are recommended to use the relevant service provider's webhook system to get the payment details rather than using PayPal IPN settings.
The reason for doing the same is that custom-coded integration usually passes their own custom IPN URL from within the application itself. This IPN URL supersedes the IPN URL that you have added to your own PayPal account and the IPN is not sent to the URL that you have configured in your PayPal account.
It is therefore recommended that you use the webhook feature of your payment software rather than relying on the IPN that is added inside PayPal as it might not come at all.
 

Attachments

  • ipn3.png
    ipn3.png
    330.3 KB · Views: 143
Last edited by a moderator:
Top