#koi-fish_code
1 messages ¡ Page 1 of 1 (latest)
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.
- koi-fish_code, 1 hour ago, 3 messages
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1247695086708588605
đ Have more to share? Add details, code, screenshots, videos, etc. below.
Hi there! Do you have a request ID that I can review?
I don't know what that is
You mentioned you're getting a tax rate of 0. Is this after making a request to the Stripe API? If so, that request should be associated with an ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Oh let me check it
its gonna take me a minuite to get in so stay with me
req_4BI2lKYH9eW5Ia
Okay, I see this is a request to /v1/tax/calculations, and tax_breakdown[taxability_reason]: "not_collecting"
To be clear, we're responding with not_collecting for taxability reason
This reason is used when you're either not registered to collect tax in this jurisdiction or if the non-taxable product tax code was used: https://docs.stripe.com/api/tax/calculations/object#tax_calculation_object-tax_breakdown-taxability_reason
Do you know if you've added a tax registration for this jurisdiction?
No, I do not know
I don't need to collect taxes yet
I just need the api I am making to give me a tax rate for a fake transaction
Right, but we can't calculate a tax rate until you've created a registration
okay how do I create a registration?
I believe that we have registration for florida
I was given tax id registered to florida
How long will the process of registering take?
hello?
hello! stepping in on behalf of roadrunner, where are you asking about for the registration? i.e. are you asking about registering the tax in the jurisdiction for Stripe?
No I needed help with my stripe tax api
just wanted to simulate a transacton to calculate taxes
I can see that you've already registered for tax collection in Florida on your account. Can you try including a taxable product tax code in the line item as well and see if that results in tax being calculated? https://docs.stripe.com/api/tax/calculations/create#calculate_tax-line_items
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
give me a while to test it out
okay
so i just noticed, you registered for tax in florida, but your customer is in california, these are two different states
your customer address should be in florida too
ohh ok let me test it
the other point is that the tax code you're using is tax exempted
try txcd_99999999
yea i tried that too
that request you shared is using tax_code: "txcd_40070005",