#Vinz
1 messages · Page 1 of 1 (latest)
Hi 👋 are you running into an error?
nope, I wonder what tax_rate to create and how to use it
I've not understood doc
I'm in France and I invoice 4 cutomes
customers
3 in France and 1 in the US
for now I don't have to collect VAT but soon I'll have to
I create my checkout sessions for subscriptions using
line_items = [{
"price": data['priceId'], "quantity": 1,
'tax_rates': [stripe_tax_rate, ],
}]
stripe_tax_rate is linkeed to a 0% tax rate
I'll have to add a 20% tax rate
how to I invoice my customer in the US?
I don't understand what you're asking. You mention that you need help with Tax Rates, but your question is "how to I invoice my customer in the US?". What specifically are you trying to do? And what have you done so far?
I have created subscriptions using a 0% tax_rate. I want now to collect VAT (I have to due to law here in France). But I understand that my customer in US don't have to pay vat.
I don't know how to proceed
Are you using Stripe Checkout? Elements? A custom payment form?
I would recommend looking at this doc: https://stripe.com/docs/tax/checkout
Specifically this section which talks about how Stripe Tax calculates tax based on the Customer's location: https://stripe.com/docs/tax/checkout#create-session