#Ioanna | Kaedim-subscriptions
1 messages · Page 1 of 1 (latest)
hi!
Generally the way to do that(if I understand exactly what you're looking for) is to use a SubscriptionSchedule to set up a subscription that uses a monthly Price, repeating for 12 iterations, and then cancels itself at the end. https://stripe.com/docs/billing/subscriptions/subscription-schedules/use-cases#installment-plans is a guide for that direction
Ok thank you very much I'll look into that. Also if a user cancels their card or whatever you don't have a way to get the money for the rest of the subscription without them changing their payment method right?
well we'd try to charge each invoice as it happens; if that payment is declined for whatever reason such as the customer's card being cancelled at their bank, there are various settings you can configure to retry the payment and reach out to the customer and ultimately potentially cancel the subscription when those are exhausted
https://stripe.com/docs/invoicing/automatic-collection
ok thank you very much!