#marve_api
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/1389215334015307926
📝 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.
- marve_api, 2 days ago, 29 messages
I haven’t seen tax amount available in the line items fields when creating a checkout session
But I need to create the tax rate before the checkout session though
yes you still can
We’re using outside software to calculate taxes on the fly since they can change so didn’t want to have to create a tax rate through stripe api before the checkout session
that's the first step https://docs.stripe.com/payments/checkout/use-manual-tax-rates?payment-ui=embedded-components#create-tax-rates
Yes but there’s no way we can pass tax rate or amount directly without having to do the create tax rate calls?
So directly to the checkout line items
no unfortunately that's not possible today
Okay thank you
we don't provide a tax_rate_data param
Okay thank you anyway
let me know if you need any more help