#Phantom

1 messages · Page 1 of 1 (latest)

sweet mesaBOT
frozen yoke
#

Hi 👋

#

The Tax ID can be stored in different places depending on the business_type property

flint remnant
#

Is it called something different in those cases? Searching for "tax_id" in the API docs is only bringing up results referring to customer IDs.

frozen yoke
#

Wait, sorry I'm thinking of the individual, which still only provides boolean values for whether or not they are provided.

flint remnant
#

Is the account's tax ID not actually retrievable via the API?

frozen yoke
#

I do believe this is considered PII that we do not permit access to via the API.

flint remnant
#

Could you help verify if this can be set via the API, at least? Our use case is that we need both Stripe and our application to have the tax ID stored (so we can include it in our self-generated invoices), but we want to avoid having the user enter this information twice.

frozen yoke
#

I don't believe that is something permitted via the API. We request the Tax ID from the Connect Account during Stripe hosted onboarding.

flint remnant
#

Crap, so there's no method for the account tax ID to be set or fetched via the API? If you can confirm that, then we'll back out of our current plans and come up with a different strategy.

frozen yoke
flint remnant
#

Cool, so it's API-settable, but only when an account is being created. We can work with that. Thanks so much!

frozen yoke
#

Which makes sense when you think about PII. It's not Stripe's problem if you already have the IDs. But we don't want to be the ones who provide it if the Account holder doesn't give it to you.

#

I was looking at the Account Object, which only allows you to see if they have been received.

flint remnant
#

Makes perfect sense. Thanks for checking on that for us!