#Vinz

1 messages · Page 1 of 1 (latest)

manic prawnBOT
cursive pebble
#

Hi. What's your question?

strange furnace
#

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"

strange furnace
#

but how exactly ?

cursive pebble
#

Sorry, I am not sure I am following.
Is it a naming issue?

strange furnace
#

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

cursive pebble
#

You can name the product 50 units/month

strange furnace
#

Yeah of course lets do it

#

but I find it a bit ugly solution

cursive pebble
#

As long as you are clear and transparent with the customer it's less ugly than making them confused.

strange furnace
#

😆

cursive pebble
#

It's perfectly normal to have a longer and more descriptive name for the product, a lot of Stripe merchants do that.

strange furnace
#

I love stripe really

cursive pebble
#

Thanks!

strange furnace
#

you're welcome

#

always helpful

#

bye

cursive pebble
#

Happy to help. Let me know if you have any other questions.