#.fallenblade
1 messages · Page 1 of 1 (latest)
customer.subscription.paused is emitted when the status of the subscription is set to paused, which only happens if a subscription free trial has ended and the customer has no payment method (you'd configure this by setting trial_settings.end_behavior: pause when creating the subscription https://stripe.com/docs/api/subscriptions/create#create_subscription-trial_settings-end_behavior)
THe "Pause payment collection" you see in the dashboard controls pause_collection (https://stripe.com/docs/api/subscriptions/object#subscription_object-pause_collection), which is a different feature
Okay, is there any other way to emit that webhook event without configuring the setting?
Nope, that's the only way to emit that webhook event currently