#Vinz
1 messages · Page 1 of 1 (latest)
Hi. What's your question?
let say user buy 2 quantity / month
no problem for montly payment
I use volume prices
when he buy 2 quantity / month with annual price, it is written on stripe Checkout (which I use)
Qty 50 billed yearly
but it is Qty 50/month billed yearly
I'll have a webhook called each year but on my DB, I save 12 transactions each month for the upcoming year
What would you advise except changing name of product like that "Product A/month"
I find it confusing for the customer, he might think he pays for only 50/year
I guess I could add custom text like that https://stripe.com/docs/payments/checkout/customization#add-custom-text
but how exactly ?
Sorry, I am not sure I am following.
Is it a naming issue?
Yeah kindof. The customer buy 50 product A /month and pay anulaly
nut on checkout it is written 50 product A paid annually
which is normal I guess but how to let user know it is for 50 each month
already specified in my app but not on stripe checkout session
You can name the product 50 units/month
As long as you are clear and transparent with the customer it's less ugly than making them confused.
😆
It's perfectly normal to have a longer and more descriptive name for the product, a lot of Stripe merchants do that.
I love stripe really
Thanks!
Happy to help. Let me know if you have any other questions.