#alphazero_api
1 messages · Page 1 of 1 (latest)
👋 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/1251179069207347261
📝 Have more to share? Add details, code, screenshots, videos, etc. below.
live req id is as follows
req_KdZhtuN4ePRgKx
Hi, we document what this means here: https://docs.stripe.com/tax/zero-tax. In this case, you need to register before collecting tax in a jurisdiction. You can specify where you’re registered to collect tax on the Tax settings page.
As you can see in response
"tax_breakdown": [
{
"amount": 0,
"inclusive": false,
"tax_rate_details": {
"country": "US",
"percentage_decimal": "0.0",
"state": "WY",
"tax_type": "sales_tax"
},
"taxability_reason": "not_subject_to_tax",
"taxable_amount": 0
}
],
how can tangible item not be subject to tax
this is the product tax code txcd_99999999
We do not have expertise on why tax may or may not apply in this channel. Our support team will be able to assist you better than I can: https://support.stripe.com/contact
actually the only confirmation I need on your end is, is it possible that something in my code is wrong that causes tax to be zero (from the looks of the payload everything is being sent to stripe correctly). and is it technically possible in current implementation of stripe, that same stripe function that calculates address for US, will introduce a bug for canadian buyers? and I am also looking for pointers as to where to start debugging this? code side of things or account configuration?