#mrhumet - installment payments
1 messages ยท Page 1 of 1 (latest)
hey there, our recommended way of doing this is using a subscription schedule to set up installments:
https://stripe.com/docs/billing/subscriptions/subscription-schedules/use-cases#installment-plans
This example shows a similar model, using 6 monthly payments
Thank you. Will it stop the installments once the total price is paid?
With the options shown, yes, thats what the end_behavior controls: show this "subscription" (aka recurring payment) continue or end after this schedule is exhausted
in this case it is set to cancel after the last scheduled payment
mrhumet - installment payments
Is there a non-tech / development way to do this from within the Stripe basic account?
I have the Product and Customer already created in my account. I typically just send Invoices from within Stripe to my clients but this one wanted an installment plan.
Subscription schedules are primarily an API concept, due to the complexity
Aha I see. Are there any non-API options?
Ah, actually yes
if you go into that customer and do actions > create subscription you can schedule the end date
You'll need to create a price for the installment amount first
but then you should be able to do it
In that pop over you can click customer > then set 5 cycles
And itll set the end date for you
Fantastic! I've got it set up. Just to confirm before I send this...
It will break the $5,000 into 5 cycles, $1k a month and then stop
My confusion is because this shows an end date of March 4 after I set 5 cycles. But it would truly end Feb 4 no? Oct, Nov, Dec, Jan and Feb is 5 installments
Is that a recurring price for $5000? If so, that's 5000/mo
This is what i mean about needing to manually configure the installment price, eg 1000/mo
then use that
Yes, the end date would be at the end of the 5th billing period
so ~1 month later than maybe you expected
But if you need further help with this, I'd suggested writing in to support
Additionally, I strongly suggest setting this up in test mode first to ensure the invoices produced are what you want
That will allow you to be confident in what the customer will receive
You can create the subscription and look at the first actual (test mode ) invoice
Got it. I will create a new product for $1,000 and do this 5 installments as you suggested.
I appreciate your help as I now see this is a discord primarily for Developers ๐
Not a problem ๐ good luck !