#natasha_api
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question. Thank you for your patience!
âąď¸ We automatically close idle threads, which makes them read-only. Make sure you stick around to chat in realtime! If this thread is closed and you have another question you'll need to start a new thread.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1214874964554162208
đ Have more to share? You can add more detail below, including code, screenshots, videos, etc.
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.
- natasha_code, 6 days ago, 17 messages
Hi
What value do you have here ?
https://docs.stripe.com/api/accounts/object#account_object-company-tax_id_provided
"company": {
"address": {
"city": "Kingston",
"country": "US",
"line1": "32, My street",
"line2": null,
"postal_code": "12401",
"state": "NY"
},
"directors_provided": true,
"executives_provided": true,
"name": "New building enterprises",
"owners_provided": true,
"phone": "+14433445544",
"tax_id_provided": true,
"verification": {
"document": {
"back": null,
"details": null,
"details_code": null,
"front": null
}
}
},
getting this data from stripe.accounts.retrieve this api
as you can see here "tax_id_provided": true
I have stored tax_id on stripe
but I am not able to retrieve it here using this api
Is there any alternative have from which I can retrieve company.tax_id