#Vinz

1 messages · Page 1 of 1 (latest)

worthy relicBOT
hot sail
#

Hi 👋 are you running into an error?

dark birch
#

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?

hot sail
#

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?

dark birch
#

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

hot sail
#

Are you using Stripe Checkout? Elements? A custom payment form?

dark birch
#

stripe subscriptions

#

with stripe checkout

hot sail