#krista_checkout-shipping-taxes
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/1334668038284382322
๐ 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.
- krista_unexpected, 2 hours ago, 25 messages
Hi ๐
How are you creating the Checkout Session? Can you share the ID of an API request where you are doing this?
One moment while I try to find the request id
when i create a session using stripe.checkout.Session.create(**create_session_data) it does not return the request id
Here is a screenshot of the response though. You'll just have to zoom in and it shows all the data returned
Sorry but that isn't helpful either. It will produce a request in your accounts logs
Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
I don't need the session, thanks. The request is what I was looking for.
I think, for your situation, you will need to create tax rates for those states and provide them in the shipping_options.shipping_rate_data parameter
we are creating tax rates and passing the tax rate id to the checkout session. we are also passing shipping options with the shipping rate data. ive also tried updating the "tax_behavior" in the shipping data to see if that makes a difference and it didnt
I found the doc here on how to do it https://docs.stripe.com/payments/during-payment/charge-shipping?payment-ui=stripe-hosted#shipping-rate-with-tax-code
Thank you