#voidy_docs
1 messages ¡ Page 1 of 1 (latest)
đ 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/1317011842496991313
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
something similar to this, they have mention 2 seats and 30 minutes video generation
also. how i make the tax, subtotal and total to be shown on checkout
right now its black, and it asks me to activate stripe tax
can it be done in any other way without enabling tax?
Hi there, for your first question you can create three prices for the 3 types of offerings. You can put "1000 credits" in the product description.
For the 2nd questions, you can manually set a tax rate https://docs.stripe.com/api/checkout/sessions/create?lang=node#create_checkout_session-line_items-tax_rates for your line_items if you don't want use Stripe Tax
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
hi jack,
with that, i have to create three different products?
or can i put all prices into same product? because currently im doing that so that the product catalog doesnt get cluttered
Yes you need to create 3 products in your use case
oh okay, is there no any other options
No I don't think so.
currently i have it like this
oh okay
i got answers to both of my questions
thanks jack