#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/1334872975308095680
๐ 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, 3 days ago, 14 messages
by "fix the tax_code" i meant that can i use a code that is provided by me through api's or do i have to use the update settings API for that?
Hi, let me help you with this.
- Do you mean you want to update the tax_code of an Express account?
- Generally Stripe asks for minimal information that's required to start processing payments. Your Platform doesn't have a lot of control over it, except, being able to pre-fill some info before the account goes through onboarding.
- yes i do want to update the tax_code of an Express account. As my code is always the same can i somehow use it with all express account without calling the tax settings update api.
- yes i do want that behaviour. how do i do it? can you refer to me any documentation?
- You mean you want to pre-fill the tax_code for all accounts? Not sure what you mean.
- You can set the tax_id when you create the Account object: https://docs.stripe.com/api/accounts/create#create_account-company-tax_id
- Yes i do want to pre-fill the tax_code for all accounts.
?
Have you tried what I suggested in step 2?
but in the 2nd step it's tax_id and i want to prefill the tax_code which is different
previously i was doint this to update the tax code https://docs.stripe.com/tax/settings-api#updating-settings
๐ taking over for my colleague. Let me catch up.
when you previously you were doing that, what changed?
I was just wondring can i prefill the tax code for express account holders?
you need to create the Express Account first
and then update the tax settings https://docs.stripe.com/api/tax/settings/update