I have a product with starter package and it has these requirements. What’s the correct way to implement it in stripe?
Platform Cost: X USD (billed at the start of the month)
Per User: X USD (billed at the end of month)
Environment Cost: depend on the number of units. per unit X USD (billed at the start of the month)
If I create a single product with multiple prices – on the checkout and billing portal the product name is repeated which can confuse the users.
single product with multiple prices checkout view
If I create multiple products for each of the part (platform, per-user), then again it will all show up as different products (not a single package).
Ideally I want to a single starter package where it has the above breakdown so the user knows that they are a subscribing to a single package with the given breakdown.
Does stripe provide any way to achieve this?
Aksa Aksa is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.