#AlexElba
1 messages · Page 1 of 1 (latest)
If you wish to pause the invoice payment collection, then customer.subscription.paused and customer.subscription.resumed are the events to listen to
how about if recurring payment failed
You may listen to invoice.paid event. For more information, you may refer to the guide here: https://stripe.com/docs/billing/subscriptions/webhooks#payment-failures
is there setting when creating session/subscription pause/stop subscription if payment not received 0 grace period after of the billing period?
What kind of setting are you referring to? Do you mean whether the subscription status should be cancelled or remain as it is if the payment attempts fails
lets says subscription end day is 30, stripe will try to collect 3 days before and fails. so what will happen on 30, will subscription status change
or stripe will email client try to collect after 30
Stripe doesn't attempt to collect 3 days before. Stripe will only generate the invoice and collect the payment when the next billing cycle starts