I’ve been using RC in my Flutter iOS and Android apps and it’s working beautifully. I’m now looking to add web support w/ Stripe and am hitting a road block. In Stripe, we can create a single product with multiple price points. This seems to be the suggested way to do things, according to RC documentation. However, it appears I should use the product ID to create a single product in RC. This precludes me from putting my Stripe products in different RC packages for the offering.
For instance, I have ‘Lifetime’, ‘Yearly’, and ‘Monthly’ packages in the default offering. I added those as price options for the Stripe product. But RC requires the ‘prod_######’ ID to link to a product in Stripe, which doesn’t differentiate for the price options.
Should I split it up into different products in Stripe? Or am I missing something?
Thanks!
Solved
Configuring Stripe product with multiple price options with Offerings
Best answer by sundeep
Hi
But yes, you’re right - we recommend splitting up the products separately in Stripe (one per price point) if you want to use our offerings system.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.