#rubix4444
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. 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.
- rubix4444, 2 days ago, 57 messages
hi, what's the question exactly?
Could you please advise me on the appropriate product tax code to use? My customers are topping up their account balances on my website and using those balances to send in-game items to characters. I'm seeking guidance on the correct tax code to apply for this scenario. Thank you.
I don't know sorry, I'm not a tax advisor or expert, I answer API/coding questions.
Whom should I contact?
not sure, a tax advisor or your business, or perhaps Stripe support( https://support.stripe.com/?contact=true ) might be able to help with context.
I'd like to include a description, similar to the one you see in the example on red border, for my customers. How can I do that?
it comes from the description of the Product associated with the Price you pass to Checkout. https://stripe.com/docs/api/products/create#create_product-description
in this example text generated for each user each time (with count and user name). but if i change product description - it will see all users. can i change it only for current checkout session?
no; you'd need to use different Products.
consider using https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-line_items-price_data-product_data to create one in-line at the time of creating the Session.
👋 taking over for my colleague. Let me know if there's any follow-up Qs I can answer!
please give me time to review the documentation.
sure take your time
Thank you, that's what I was looking for.