#mangle-customer-taxIDs
1 messages ยท Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- mangle8582, 16 minutes ago, 4 messages
What do you mean by this?
What if the user makes multiple subscriptions, you create multiple customers?
As long as they're in the same country, Subscriptions can be attached to the same Customer.
Each time you create a subscription and you add VAT name and value i would think you can update the customer with those values
so invoices PDF would have that data
But the value of the VAT cannot be changed as i see on the API, you can only add it when you create customer
But customer is beeing created on Account creation, after that you can't change it as i see
So if the user subscribes, then cancels subscription and decides to subscribe months later, on each subscription creation, i need to add the VAT he added there to the customer
So invoices PDF come with the VAT added on creation of the subscription
๐ have you tried using the customer tax IDs API?
You can indeed have multiple tax IDs to a customer
https://stripe.com/docs/api/tax_ids
I was thinking about this, i need to map the countries with the type on account creation i believe
And then each time customer creates a subscription, i will create a tax id with the name , type and value of VAT right?
And when he cancels, i will remove the tax id object with API to stripe?
And by creating a tax id, do the invoices from subscription will have the name and value from the tax id?
It should be displayed on related invoices yes
And it's ok to delete the object when subscription goes off right? Like in cases where user doens't have money on the card?
on customer.subscription.deleted webhook i will remove tax id as well
right?
It is upto you on how you want to handle it. I'd recommend testing this all out in test mode with test clocks.
That way you'd know what to expect in live mode and so on..
Ok sure
But usually
On Custom Implementation of Stripe
Handling VAT on invoices is done by tax id creation in general right?
Do you know if on invoices the tax id name will be displayed or customer name?
https://stripe.com/docs/invoicing/customer/tax-ids
Adding a tax Id to customer should add it to the invoice too
Nice, thank you, do you know the page where i can find the type id for taxes corelated with country name?
https://stripe.com/docs/billing/customer/tax-ids
oh i found it
๐
EU eu_oss_vat European One Stop Shop VAT number for non-Union scheme
This one is a bit confusing
What is this?
We're not super familiar with tax specific details on discord.
I would suggest you reach out to our support about that, they're experts on this
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Oh okay, thank you!
NP! ๐ Good luck