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

  • Due to Diwali and Bhai Dooj celebrations, our team will have limited availability. While we’ll continue to monitor threads, responses may be slightly delayed. Normal operations will resume on Friday, 24th October 2025.

Can pabbly differentiate between charge captured and charge authorization?

Your Task History ID
IjU3NjUwNTY5MDYzNDA0MzE1MjY4NTUzMDUxMzI1MTZiNTQzODBmMzAi_pc
Hello,

I have an ecommerce website that uses stripe to collect credit card payments. The website collects a payment authorization which is later manually captured after reviewing the order. I would like to set up a pabbly workflow to trigger only when a charge is captured but ignore the authorization charges.

The most suitable stripe trigger seems to be "new charge" however that trigger is looking for event "charge.succeeded" this event occurs whenever a new charge is made, including authorizations. However it does not seem to trigger when a charge is captured (perhaps as its not a new charge, instead updating an existing charge created by the authorization?) The event i think i need to listen for is "charge.captured".

Is there a way to listen for captured charges?
Is there a better trigger to use?
Can i use the "new charge" trigger but instead select the "charge.captured" stripe event instead of "charge.succeeded"?

Thank you!
 

ArshilAhmad

Well-known member
Staff member
Hi @Petram PVC,

You can use Webhook by Pabbly as your trigger step, and in Stripe, select the webhook event that best suits your use case.
1746813149382.png
 
Top