#Killian Quoniou
1 messages ยท Page 1 of 1 (latest)
Hi ๐ just making sure we're thinking of the same thing, are you referring to retrieving the tax ID of a Connected Account?
If so, I'm not sure that information is disclosed.
yes I need to display this information on the invoice
the connected account create an invoice for a customer and i need to have the tax id on the invoice
or is there any other way to do it ?
Hi there ๐ taking over, as my colleague needs to step away
Let me dig a bit on this and get back to you.
yes no problem, thanks ๐
to precise a bit, i'm using the PHP API
my user having the connected account doesn't have access to the stripe dashboard
if it can help
That's Custom Connect accounts then, I assume?
yes it is
Got it. Unfortunately that information cannot be retrieved through the API. If you wanted to display this on the Invoice, you would need to store the Tax ID yourself so you can reference it from your database. Due to PII constraints, Stripe doesn't appear to allow you to access it since it is sensitive information in some countries
ok I understand so i d'ont have the choice, i'll store it on my side, thanks ๐