#napolean_solo
1 messages · Page 1 of 1 (latest)
For Subscription creation, you may refer to the guide here: https://stripe.com/docs/billing/subscriptions/build-subscriptions
The guide for Subscription integration with trial can be found here: https://stripe.com/docs/billing/subscriptions/trials
Thanks but the 1st is still unclear. Can you please share the procedure basically from creation of sub to payment collection for the enterprise customer? Basically they will have custom plan so do I need to create each product for a different enterprise customer? How does it work?
What is unclear? The guide provides the steps from creating a customer to subscription creation, then collect payment. You can choose either Low code with Checkout Session (Stripe hosted payment page) or Custom code with Payment Element (embedded payment form in your website)
Look, I have 2 plans one is starter and another is growth plan. Each has its own price. Now the thing is I want to create custom plans for different enterprises and each one will have different pricing and trial periods. So do i need to create a new product for each enterprise customer or there's another functionality for this?
At step 2, you can create two different pricing plans: https://stripe.com/docs/billing/subscriptions/build-subscriptions?ui=elements#create-pricing-model
At the time of Subscription, you will set the price accordingly
Hold on, you don't get what I am trying to say. Enterprise customer will have a totally different plans and features so will have different pricing.
So creating a new pricing plan would affect every other customer. The enterprise plan will be totally different including the pricing which other customers can neither see or choose.
sales-led is what I mean
so my salesperson will have a chat and negotiate a plan that will be specific to a customer and will charge seperately as well.
Basically they will have custom plan so do I need to create each product for a different enterprise customer?
Yes, if the sales agreement/contract for each customer is unique you will need to model that accordingly in Stripe with a Price object to reflect that
and how can I do that?
Well you'd create a Product/Price in the Dashboard or via the API that matches the plan: https://stripe.com/docs/products-prices/how-products-and-prices-work
I just found this:
https://stripe.com/docs/billing/subscriptions/sales-led-billing
Sure, I know nothing about that and as you can see it's in beta so you'd need to reach out to the email for access