Does Stripe generate invoices for canceled subscriptions?
Hello everyone!
Any ideas if Stripe is generating invoices for canceled subscriptions? And if it's not any ideas how to do it? The idea is even if you canceled your subscription to continue generating invoices for unpaid months.
I don't think that cancelling a subscription makes sense in that case. You might want to consider pausing a subscription than depending on which option you chose invoices are still generated. Take a look here: https://stripe.com/docs/billing/subscriptions/pause
If you are in Europe and someone cancelled their subscription and yet you still send them an invoice you'll have fun with GDPR :)
@Nakov Alrighty, so when I pause a subscription it is still generating invoices and when the user want to resume the subscription he will need to pay these invoices in order to gain access. But how do he pay these invoices? Do I just charge the customer the total amount and then just updating the status of the invoices?