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

stripe checkout.session.expired and invoice.finalization_failed stripe events

Which trigger events of pabbly monitors checkout.session.expired and invoice.finalization_failed stripe events? Also, after doing that and adding the webhook, how can I trigger those events in stripe, in order to capture the response in pabbly?
 
P

Pabblymember11

Guest
Hey @javiermarcon

For the specific trigger event from the Stripe application, you can use the "Webhook By Pabbly" trigger to receive respective responses for specific events.

You can follow the same procedure to configure the webhook URL and pick the trigger event accordingly.

1682678412812.png
 
But since I can only set one webhook in stripe, how can I get several events in automation? i.e. to get the data in case of the payment failed event, payment succeeded, abandoned cart, and so on.
Thanks.
 
P

Pabblymember11

Guest
You can refer to the video tutorial below to learn how to capture the webhook response for a payment failure event in your Stripe account:

Video Tutorial: Capturing Webhook Response for Failed Payments

You can apply a similar approach to configure events for abandoned carts and successful payments.
 
P

Pabblymember11

Guest
I did exactly what is told in that video and the stripe response is never captured by Pabbly, Why?
Workflow url: https://connect.pabbly.com/workflow/mapping/IjU3NjUwNTZjMDYzZTA0MzE1MjY4NTUzYzUxMzUi_pc
payment button: https://buy.stripe.com/test_7sI5nd8zcc2J2Fq6oo
Kindly check it through a webbooks testing site called webhook.site.

You can copy the webhook URL provided by Webhook.site inside your application and do the test event inside the application to see if the webhook is being worked inside Webhook.site. This will double-confirm the issue.

Here is a sample video that you can follow to track the webhook issue:

 
Top