Stripe Trigger when an account is set as Paused

thiago

Member
It does look like they do.

1692260408224.png

1692260456514.png
 

ArshilAhmad

Well-known member
Staff member
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:
  1. Use the Webhook by Pabbly trigger event instead of Stripe.
  2. Select 'customer.subscription.updated' as the event to send, rather than 'checkout.session.completed' (3:51).
  3. Instead of performing a dummy payment, pause a customer's subscription to capture the test data (5:15).

 

thiago

Member
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?
 

thiago

Member
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.
 
Top