#lifeofnitz_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/1382069602779005059
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello
Do you have a request ID I can take a look at?
Wasn't loading logs earlier.
Now it shows.
req_HGolg4mQ6YRi3d
Yeah if you look at tax_breakdown, it says "not_collecting" which maps to
not_collecting
No tax is collected either because you are not registered to collect tax in this jurisdiction, or because the non-taxable product tax code (txcd_00000000) was used.
I'm using txcd_99999999.
currency=usd&line_items[0][amount]=100000&line_items[0][quantity]=1&line_items[0][reference]=Kiteboard&line_items[0][tax_behavior]=exclusive&line_items[0][tax_code]=txcd_99999999&customer_details[address][city]=Barcelona&customer_details[address][country]=ES&customer_details[address][line1]=Carrer+de+Balmes+15&customer_details[address][line2]=&customer_details[address][postal_code]=08007&customer_details[address][state]=&customer_details[address_source]=shipping&shipping_cost[amount]=300&shipping_cost[tax_code]=txcd_92010001&ship_from_details[address][city]=Madrid&ship_from_details[address][country]=ES&ship_from_details[address][line1]=Calle+Gran+V%C3%ADa+1&ship_from_details[address][line2]=&ship_from_details[address][postal_code]=28013&ship_from_details[address][state]=&tax_date=1749554843
Using these parameters with 2 addresses inside of Spain which should be returning a 21% VAT and I have registered all options in Spain.
I actually think I sent you the wrong request ID.
req_9HZQCCfIKhJTel
Passing this header for the connect account.
Stripe-Account: acct_1RYQBHRYfq0S1nJt
Yes sorry I got confused with the sandbox. But regardless they're all resulting in the same 0 tax.
Thank you.
Is the connected account registered to collect tax in Spain?
Yes those screenshots are from the connect account.
The main account doens't need to be registered right? Or might that be the issue?
I'm not sure.. Did the connected account add the tax registration by logging in?
Could you try use the API to add a tax registration using Stripe-Account header?
https://docs.stripe.com/tax/registrations-api?tax-integration=connect-platform#adding-registration
Yes I did it from the dashboard.
I'm logged into it and can see the Spain registrations.
Yes but I wonder if the registration needs to happen in "connect" context (registered by platform)
Hmm ok I will test. Can you keep the thread open? Will take me a an hour or 2.
{
"object": "list",
"data": [
{
"id": "taxreg_1RYWw2RYfq0S1nJts0JPQs7F",
"object": "tax.registration",
"active_from": 1749580210,
"country": "ES",
"country_options": {
"es": {
"type": "ioss"
}
},
"created": 1749580210,
"expires_at": 1749580221,
"livemode": false,
"status": "expired"
},
{
"id": "taxreg_1RYQMRRYfq0S1nJtIfWsQErs",
"object": "tax.registration",
"active_from": 1749554939,
"country": "ES",
"country_options": {
"es": {
"standard": {
"place_of_supply_scheme": "inbound_goods"
},
"type": "standard"
}
},
"created": 1749554939,
"expires_at": null,
"livemode": false,
"status": "active"
},
{
"id": "taxreg_1RYQMRRYfq0S1nJt9MKCoGfl",
"object": "tax.registration",
"active_from": 1749554939,
"country": "ES",
"country_options": {
"es": {
"type": "oss_union"
}
},
"created": 1749554939,
"expires_at": null,
"livemode": false,
"status": "active"
}
],
"has_more": false,
"url": "/v1/tax/registrations"
}
This is what I get when I list the registrations.
that's with Stripe-Account header?
What happens if you update the place_of_supply_scheme to standard ?
hmm actually that won't work with standard registration type it seems
https://docs.stripe.com/tax/registering?registrationTypeRegion=europe#standard-registration-type-eu
Sorry I don't know much about tax categories etc.
On the API request I'm seeing that connected account isn't registered to collect tax with this tax code.