#peter_32625
1 messages · Page 1 of 1 (latest)
Hi @wild python so how do you want current_period_end to behave when a subscription is unpaid?
well ideally no more draft invoices are created that seems to be bumping this date additional 30 days meanwhile the subscription is marked unpaid
once payment was retried should I cancel the subscription to prevent invoices from being created or is there another method
Sound like you want to pause the subscription https://stripe.com/docs/billing/subscriptions/pause
👀
Is customer.subscription.updated a good webhook to listen for the subscription to go unpaid then pause with behavior void. Until the customer wants to start using our service again?