#dan_api

1 messages ¡ Page 1 of 1 (latest)

main wagonBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1331250990862696533

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

vast apex
#

I created the checkout session with the price ID for my 1 year membership. But all that shows on the checkout session is "Edge Membership", and no description or nickname for "1 year"

limpid mulch
#

Hi, let me help you with this.

#

Yes, it seems like you can only add description to Prices but it's not shown to customers.

vast apex
#

Ok
so in that case, to show 3 different prepaid membership options to customers, we'd need 3 different products?

limpid mulch
#

What's the difference between the options, in business terms?

vast apex
#

All 3 options represent the exact membership, just discounted prices on the longer prepaid options due to the longer time commitment

#

"Edge Membership - 6 months" is $19.99
"Edge Membership - 1 year" is $16.99
"Edge Membership - 2 years" is $13.99

limpid mulch
#

I guess since the "product" here is the duration of the membership, and it's different for all 3 cases: in the first case you buy "6 months", in the second "12 months", and so on, this logically requires separate Product objects.

vast apex
#

That makes sense. Appreciate the guidance!