Stripe Trigger when an account is set as Paused
Status: Open · Asked by thiago on · 0 views
I couldn't find a trigger for Stripe when the account is placed on Pause. Can it be done?
Hi @thiago,
Stripe does not have a trigger event for "Account Paused". Please check out the API documentation attached below.
https://stripe.com/docs/api/webhook_endpoints
It does look like they do.


Since we currently don't have a dedicated Stripe trigger event for Customer Subscription Paused, you can try using the Webhook by Pabbly instead.
I am attaching a video below that will guide you through capturing data from Stripe. You will need to make a few changes for your specific use case:
- Use the Webhook by Pabbly trigger event instead of Stripe.
- Select 'customer.subscription.updated' as the event to send, rather than 'checkout.session.completed' (3:51).
- Instead of performing a dummy payment, pause a customer's subscription to capture the test data (5:15).
How is that the stripe checkout in the video has name/surname fields (and also the endpoints)? My stripe checkout only shows email as customer field. How do I get that?
My stripe checkout only shows email as customer field. How do I get that?
Kindly check your Stripe payment page settings/modification for the same.
I did, also googled it and couldn't find anything like that. The only way I saw it was via setting up custom fields, but from your endpoints it doesn't look like it's what you did.
Could you please share the Workflow URL in which you are facing this issue?