#BigQuig23
1 messages · Page 1 of 1 (latest)
Hi! Let me help you with this.
Where do you see this? Is this a Checkout Session?
Could you please share the Checkout Session ID/URL?
Hey, yes, this is the checkout session. Link is here:
Idea is that a customer can choose between a weekly, two-weekly, or monthly coffee subscription, all the same pricing.
But I see that the pricing amount is the same. I think there's a misunderstanding. Because Stripe assumes that the value is greater if you pay the same amount every 2 weeks vs 1 week, it treats it as a discount.
If it's just about how often the same amount of coffee beans are sent to the customer, I'd recommend having them select the frequency on your site and then create a checkout session with a single, specific Price ID.
Got it, that makes sense. I'll work out how to do that, this was just using an embedded price table.
Yeah, Price table is designed to display plans varying in value, not just in the service frequency. That's why it's not working as intended.