#.alirt
1 messages ยท Page 1 of 1 (latest)
๐ how may I help?
I have some query regarding stripe subscription for a customer friendly plan.
Existing system: We have already implemented the subscription for installment plan for the customer. but now our system requirement is to provide a payment plan in which customer will pay some amount (minimum provided however it is upto him how much he want to pay in first payment and then we plan the remaining payment for his in monthly plan.
can you please assist me with this
yes sure, you can create multiple phases https://stripe.com/docs/billing/subscriptions/subscription-schedules#subscription-schedule-phases in your subscription plan
you can set for each phase the number of iterations and the price they need to pay
for your further understanding.
for instance : there is product of worth 200$
cusotmer pay 110 as first payment and then remaining 90$ is plan for 3 months that is he will be paying 30$ per month for the next 3 month
it is upto him how much he want to pay as first payment. and then we plan the remaining amount for given number of month
is it possible?
e.g. first phase for one iteration => price $110
e.g. second phase for 3 iterations => price $30
nice. the documentation you shared is enough to have it implemented in my system?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
or i will be needing some other resourses too?
you can also take a look at this doc https://stripe.com/docs/billing/subscriptions/subscription-schedules/use-cases#installment-plans