#jd-dev_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.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ 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/1349104318984228894
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
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.
- jd-dev_api, 21 hours ago, 12 messages
is their any API to do that. in the document link that i mentiond it does not refer to any api docs
and also guide me in my use case.
Firstly I will use the tax id api to create a tax id for connected express account.
then i want to mention this tax id's in the invoice that i send to the platform customers.
how do i do that?
Hi, you're on the right document. You can create a tax id using the API with this endpoint https://docs.stripe.com/api/tax_ids/create and using the Stripe Account Header: https://docs.stripe.com/connect/authentication
hey is their any more documentation about this type (https://docs.stripe.com/api/tax_ids/object#tax_id_object-type). and also stripe will handle the verification right?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
We document about the validation piece here: https://docs.stripe.com/billing/customer/tax-ids#validation
ok i actually find the type details from here https://docs.stripe.com/billing/customer/tax-ids#supported-tax-id. and secondly you mentioned using the stipe account header. should i use it with create tax id api or with create invoice api? a little bit confuse here....
Yes, I recommend that you try this on your end using your test API key