#lifeofnitz_api

1 messages ¡ Page 1 of 1 (latest)

stark saddleBOT
#

👋 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.

strange anvil
#

Hello
Do you have a request ID I can take a look at?

narrow moon
#

Wasn't loading logs earlier.

Now it shows.

req_HGolg4mQ6YRi3d

strange anvil
narrow moon
#

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

strange anvil
#

Ah you shared a different request ID before..

#

Looking

narrow moon
#

Yes sorry I got confused with the sandbox. But regardless they're all resulting in the same 0 tax.

#

Thank you.

strange anvil
#

Is the connected account registered to collect tax in Spain?

narrow moon
#

Yes those screenshots are from the connect account.

#

The main account doens't need to be registered right? Or might that be the issue?

strange anvil
narrow moon
#

Yes I did it from the dashboard.

#

I'm logged into it and can see the Spain registrations.

strange anvil
#

Yes but I wonder if the registration needs to happen in "connect" context (registered by platform)

narrow moon
#

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.

strange anvil
#

that's with Stripe-Account header?

narrow moon
#

Yes.

#

The Union One-Stop Shop should be generating that 21% VAT tax.

strange anvil
#

What happens if you update the place_of_supply_scheme to standard ?

#

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.