#Dan The Man ๐จ๐ฆ
1 messages ยท Page 1 of 1 (latest)
Hi, from the screenshot, can you clarify what name you'd like to see instead?
this is my product. I want each price to have it's unique name beside it in the checkout page. So beside the $40, base fee, and beside the $10, additional sandwich credits
as a user if I'm looking at this checkout page, it's confusing since they both have the same name
Even in the case of the example I linked from the stripe documentation, I'd expect the checkout page to make mention somehow of the base fee + per seat pricing so that the price breakdown is clear
Sorry, took a bit longer for me to look at this.
We are showing the Product name, https://stripe.com/docs/api/prices/create#create_price-product_data-name and since both of the prices are in that Product, it's showing 'Sandwich Club'.
so is it possible to show something different? Or if not, is there a better way to model this type of pricing?
After testing this no, I'll share your feedback with the team. As of now, it shows the Product Name and the Product description, https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-line_items-price_data-product_data-description. The only work around here is to create two separate products I'm afraid with the detailed names you're looking to surface.