#sebastian-sub-canceled
1 messages · Page 1 of 1 (latest)
hi
If a Subscription is canceled due to your Billing Settings, then no final invoice will be generated. The cancelation happens immediately after the final retry fails.
If you cancel a Subscription via the API, you can set invoice_now to force an invoice to generate for any pending invoice items: https://stripe.com/docs/api/subscriptions/cancel#cancel_subscription-invoice_now
interesting, so if the customer did:
create subscription
use for 1 month
fail to pay renewal invoice
add 10 quantity
cancel subscription after 15 days
Then, according to the default settings, we’ll forfeit the prorations for the +10 qty?
Hi there 👋 taking over for @heady adder
Unless you set invoice_now then that is correct.