#vijju

1 messages · Page 1 of 1 (latest)

oblique elkBOT
zealous bough
#

hello! can you explain your use case /business model that requires you to invoice customers on specific dates?

charred merlin
#

yes
we have a use case where we create finance for customers and there they can opt for paying unequal amounts at different dates. there we can not have particular recurring time for every instalment. but we want to charge customer automatically on those particular dates. so what do we need to do here in this case?
please help

zealous bough
#

subscription schedules is the only option here if you don't built your own scheduler

charred merlin
#

we tried of creating subscription schedule but in our use case it is not fitting perfectly
i will explain it with an example
we have finance amount of 20k
they can pay like below manner
1000 they can pay at 30thmarch2023
2000 they can pay at 15thApril2023
3000 they can pay at 27thApril2023
4000 they can pay at 12may2023
and so on
here we dont have the equal recurring time
it is the problem
do we have a solution for this in stripe

#

Can’t we schedule an invoice with particular amount and date and that date amount should charge automatically?

zealous bough
#

hmmm, there's no such solution in Stripe right now. You'll have to build your own scheduler for this i'm afraid

charred merlin
#

can you suggest a way to create a subscription scheduler where both date and amount would be varying?