#giga5925
1 messages · Page 1 of 1 (latest)
What type of connected account do you use? Standard, Express or Custom?
I have express and standard accounts
Currently, Tax Registration API is in private beta. You may reach out to Support for the access: https://stripe.com/docs/tax/registrations-api#adding-registration
Also when I add switzerland in registration from dashboard it should be 7.7%, but on checkout page it shows 0 when I select it.
Can you share the Checkout Session ID (cs_xxx)?
cs_test_b1ZL9JdJK1UGgjlwJcQlrMLndECB9VdE8PUq0VVnjwM8TJ2HKirNSZKRu0#fid2cXdsdWBEZmZqcGtxJz8nZGZmcVo0S0x1bV1Mf09jUENiaD0yJyknZHVsTmB8Jz8ndW5acWB2cVowNEltd21HR19EUHJWZk9DMldWRkhrSXdsYXNBN0BiXUdKVWs9Q21ybGJISz1GcUdPS1BkR0xkMHF3ZENVPDRwcWJJTUJzMn9STlZTbn1cU1N%2FSTUycGxTazU1R3ZqYmROTWInKSdjd2poVmB3c2B3Jz9xd3BgKSdpZHxqcHFRfHVgJz8naHBpcWxabHFgaCcpJ2BrZGdpYFVpZGZgbWppYWB3dic%2FcXdwYHgl
Where did you set the tax registration to be switzerland for connected account acct_1NIphXIzJfUFgm87? In its dashboard, the tax is registered to Germany: https://dashboard.stripe.com/test/settings/tax
In this checkout session, I'm able to see the tax after updating the billing address to germany
https://dashboard.stripe.com/test/tax/registrations
on this url I have Germany and Switzerland.
Maybe I provided wrong session id.
Can you have a look to this session:
cs_test_b1zSlPrrWTStjTZNCw9nTEcdrJCgq7YzR78LoIYE7V6eSCZRWrBKEbqcAr
Thanks for sharing! acct_1NIphXIzJfUFgm87 is the same account of this Checkout Session and I'm able to see that both CH and DE were added in the registration page.
I'm afraid I'm not too sure how the Checkout Session calculates the tax based on the tax registration as this channel is for technical integration questions. Can I suggest you to write into Support https://support.stripe.com/contact, so that they can check it for you?
Ofc, I will write them then.
1 more thing for express accounts, they can't access full dashboard on stripe as I understand, they have this limited view when I create login link for them. I can see their dashboard from my platform account, but is there any way for them to enable taxes somehow?
Express Dashboard has limited access, so enabling tax can only be done Tax Settings API: https://stripe.com/docs/tax/settings-api
For which version is stripe.tax.settings available? I have 2020-08-27 this version and remember I couldn't do it, but I might be wrong don't remember exactly tbh.
Tax Setting is supported in API version 2020-08-27, but it's only available in stripe-node v12.13.0 onwards: https://github.com/stripe/stripe-node/blob/master/CHANGELOG.md#12130---2023-07-13
Your integration is currently on stripe-node v8.222.0, so library update will be required
Oh I see. Thank you for your time