#eirikbakke
1 messages · Page 1 of 1 (latest)
I am not immediately sure but can look in to it. Are you using Stripe Tax or are you setting tax rates directly via our TaxRate API?
Stripe Tax
(What i'd really like to do is to just make the product effectively free in those jurisdictions...)
(This is a self-serve SaaS product.)
Gotcha, looking in to whether there is a way to check for this via the API
And are you using a custom Stripe elements page to collect this payment info or something like Checkout or our hosted invoice page?
I'm using Checkout. This is for Stripe Billing subscriptions, but the determination really only needs to happen at Checkout.
Ah gotcha, in that case I think the best way would be to ask the user what country they are from and then direct them to different checkout sessions based on what they input, either your normal session or one with a 0 price
The only way I am aware of to block payments like this would be through Radar, but unfortunately Checkout can't display custom error messages based on radar declines, and it can't change the price based on it either
OK, thanks! Perhaps you might pass some feedback on to the product people. VAT compliance is a huge issue which Stripe could be solving--ideally there should be an option to have Stripe be the Merchant of Record in jurisdictions where there is no VAT/GST registration threshold, and where the business itself is not registered.
Otherwise you'll lose a lot of customers to Paddle...
(I do love Stripe though--wish this was a "check the box" feature.)