#christopher_docs
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1377290594979807232
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Screenshot of the error I get
Hi ๐ yes, that is an expected error. A Subscription can't contain items with different billing frequencies, which is what you're trying to build there.
If you want to offer your customers a choice, you want to be exploring Pricing Tables rather than Payment Links:
https://docs.stripe.com/payments/checkout/pricing-table
The only other approach coming to mind that may work, is using a Payment Link to offer an upsell opportunity:
https://docs.stripe.com/payment-links/promotions#increase-revenue-potential-with-subscription-upsells
Thanks! How do I avoid redirecting to a payment page for the free pricing option, but simply just redirect to my application URL if they choose that one?
Hi taking over here
Are you referring to the pricing table?
If so you can use a custom call to action button to redirect somewhere other than checkout
Thanks, but it appears this can only say "Contact us", "Schedule a time" or "Book a demo", when it should say something like "Choose" or "Opt for free plan"