#nicolas.binet
1 messages · Page 1 of 1 (latest)
Subscription, once cancelled, cannot be reactivated
But why is the customer still allowed to pay for an invoice linked to a subscription that has been cancelled after a period of 14 days during which the invoice couldn't be paid
Is-it a misconfiguration on our side ?
FYI w're using the Stripe customer portal
It's expected because sometimes, some merchant still want to collect the payment. If you don't want to, you can void the Invoice when the Subscription is cancelled
But why, the invoice is linked to the subscription that has been cancelled.
Does this mean that we have to go through all the cancelled account and find all cancelled subscriptions with an "active" invoice ?
Hi! I'm taking over this thread.
If you don't want customer to pay open invoice for cancelled subscriptions, you will need to void the invoice.
ok. So this will happen when receiving the "customer.subscription_deleted" event ?
What do you mean by "this will happen"? When a subscription is deleted, you will get customer.subscription.deleted yes.
Sorry for the late answer. I've taken on an existing project, and I also discover the way to Stripe 🙂 Thanks @livid garden for your help