#VincentGelinas

1 messages · Page 1 of 1 (latest)

summer hingeBOT
tender kestrel
#

Stripe doesn't support installments like that directly though you could implement something like that with custom code.

#

So you could basically take a $100 payment, say it is paid in 5 installments, and then create a schedule for a subscription that charges $20 every month and cancels after 5 months

#

So we could manage the charging X amount every Y amount of time but the logic for calculating those, managing the schedules, and even doing things like telling the user how many payments that they have left would have to be in your code

summer hingeBOT