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

Razorpay and acadle integration

Anupam

Member
I need to integrate RazorPay and Acadle i.e if anyone pays money in a razorpay payment page, automatically the accadle login invite should be sent to the user and one welcome email should be sent.

I am little confused about which trigger to use it in razor pay, example "order paid" or "payment captured" etc.

I also want this to be triggered only for one particular payment page in my razor pay login. If payment is made in other payment pages (which have different product than acadle) invite email should not be generated.

Please help me regarding this.
 

Fagun Shah

Well-known member
Watch first part of this video for razorpay -

Use payment captured trigger.
I dont think that razorpay allow payment page specific webhooks, so you need to setup it at account level in razorpay.

Then you can filter it via amout in pabbly connect easily.Razorpay does not send product name in webhook data, so you have use filter to know for which thing/product customer paid.

This way you won't waste any tasks.
 

Anupam

Member
If Razorpay does not send product name in webhook data,to know or which product customer paid, how do we apply the filter to the amount? Example my product is 5999. So for all amount of 5999 paid through my razor pay data, i need to apply the filter? Or is there a hidden field or page name filter etc I can apply? Is there any video?
 

Fagun Shah

Well-known member
If Razorpay does not send product name in webhook data,to know or which product customer paid, how do we apply the filter to the amount? Example my product is 5999. So for all amount of 5999 paid through my razor pay data, i need to apply the filter? Or is there a hidden field or page name filter etc I can apply? Is there any video?
Yes, you need to filter by price data you get in webhook.
 

Pabbly

Administrator
Staff member
@Anupam

Yes you need to put a filter based on the transaction amount as shown below and use the trigger event as "order paid" -

1620625380457.png


Razorpay webhook data does not provide product names, based on which you can easily make use of filter. The only solution here is to use the filter based on the transaction amount.

Additionally, Razorpay does not offer the option to set the webhook based on products. They have a common section for setting up webhooks for all products.
 
Top