#nikhilkumar_07182
1 messages · Page 1 of 1 (latest)
👋 how may I help?
I'm not sure I follow
I need a subscription plan for my company
But the subscription plan which i need should be customized according to my needs
I'm not sure what that means though
do you want to propose to your customers 3 types of packages?
yes
that they can choose from?
something like this https://stripe.com/docs/payments/checkout/pricing-table ?
yes exactly
just reading the docs
hi there
how may I help?
i need a package like it hsould have annual commitment
Annual Package
$40 / month
Charged Monthly, annual commitment
will it be possible because for monthly package i will be charging higher but user commits for annually than his monthly subscription will be reduced like that
Monthly (no commitment)
$48 / month
I guess for the annual commitment plan the easiest way to achieve that is by using an Installment plan https://stripe.com/docs/billing/subscriptions/subscription-schedules/use-cases#installment-plans
but this is not compatible with Pricing Tables
but this is not compatible with Pricing Tables what this means
can there be anything more customized according to my pricing tables??
the docs I shared above for Pricing Table with Checkout only work with simple subscriptions and are not compatible with Subscription Schedules
if you need those you would have to create your own custom Checkout Flow
so how to create my own
Through Stripe i have to create my own custom checkout flow
perfect
with that you need to integrate both Subscription creation and Subscription Schedule creations
explained here for the former https://stripe.com/docs/billing/subscriptions/build-subscriptions?ui=elements and here for the latter https://stripe.com/docs/billing/subscriptions/subscription-schedules#managing