#yonatan
1 messages · Page 1 of 1 (latest)
Hi! Let me help you with this.
I have set a subscription with graduate pricing, for the first 600 or less items a flat price, and the some small price for each additional item
When the user lands to the subscription checkout session, they see $0 for the current invoice checkout
while it makes sense (they only pay at the end of the month cycle), users are confused by this and think the subscription is for free
is there a way to update the checkout page to show the flat price instead?
👋 stepping in
There is no way to update the line items on the page unless you are charging the flat price up front
but if I charge the flat price upfront it won't be a graduate pricing right?
Well depends on how you configure it
You could have two Prices and charge the flat Price up front and then use graduated Pricing for the extras
are there any docs about it that I can follow?
https://stripe.com/docs/billing/subscriptions/multiple-products would be the docs
thank you!
SUre thing
sorry, a follow up: if I create a multiple product subscription, does it mean I can't you the checkout page? I have to create the subscription in the backend?
Nope you can still use Checkout
It supports passing an array of line items
So you can pass multiple
thanks
so in this case the first product will not include graduate pricing, but one standard pricing with $10 up front for 600 units, and the other one a volume pricing with $0.04 for each unit, and I'm responsible to send the metered data to the second volume pricing when the user passes 600 units, right?
Yep
thanks!