#mangle-customer-taxIDs

1 messages ยท Page 1 of 1 (latest)

viral kilnBOT
#

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.

twilit gyro
#

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.

plush quartz
#

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

viral kilnBOT
plush quartz
#

So invoices PDF come with the VAT added on creation of the subscription

winter grove
plush quartz
#

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?

winter grove
#

It should be displayed on related invoices yes

plush quartz
#

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?

winter grove
#

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..

plush quartz
#

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?

winter grove
plush quartz
#

Nice, thank you, do you know the page where i can find the type id for taxes corelated with country name?

winter grove
#

๐Ÿ‘

plush quartz
#

EU eu_oss_vat European One Stop Shop VAT number for non-Union scheme

This one is a bit confusing

#

What is this?

winter grove
#

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

https://support.stripe.com/?contact=true

plush quartz
#

Oh okay, thank you!

winter grove
#

NP! ๐Ÿ™‚ Good luck