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

  • Due to Holi celebrations, our team will have limited availability. While we’ll continue to monitor threads, responses may be slightly delayed. Normal operations will resume on Thursday, 5th March 2026.

Stripe abandoned purchases

hello, I need to make an automation to get the data when a stripe payment in a stripe payment link or cart is not finished. I.e. A customer gets the payment link but never ends the payment (by closing the payment page or because of timeout). How can I automate this?
 

Himesh

Active member
Hello @javiermarcon
Find this official webhook doc of stripe: https://stripe.com/docs/webhooks
and use below event

1696512543067.png
 
Thanks, I have tried your suggestion but never happens regardless the events checkout.session.expired and charge.expired are enabled in the webhook.
 
Top