#gambl0r_docs
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/1499378203079344269
π 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.
- gambl0r_api, 3 days ago, 7 messages
Hi Glo
hey there π could you share the ID of the account that you tested this with please?
acct_1TRsTRAZUIBzPlVE
and apologies, the docs link should've been for accounts v1, but the same issue applies
hi! I'm taking over this thread.
and apologies, the docs link should've been for accounts v1, but the same issue applies
the account you share is a v2 account.
ok, my mistake
here's the creation request you made, where you set the identity.business_details.id_numbers: https://dashboard.stripe.com/acct_1SzQbXAZUI76sFuK/test/logs/req_v2DKCYpUzcomsAYyq
unfotunately I cannot see the value you set. are you sure you set 111111111?
yes, I capture the value prior to onboarding and then exclude the field during onboarding. I store the value in my internal database and also set the metadata to the value
ahh I see the issue, the ABN field in Australia is 11 digits, that's 9. I've entered 11 digits
is there a number I can use that is an 11 digit number to create the mismatch? The form I use to capture the ABN prior to onboarding only accepts 11 digits
ahh I see the issue, the ABN field in Australia is 11 digits, that's 9. I've entered 11 digits
nice catch!
is there a number I can use that is an 11 digit number to create the mismatch?
all test numbers are listed on the test page you shared
and I don't see an 11 digit number there
ok. It's just that there will never be a scenario where an ABN is not 11 digits so it would be good to have test numbers that match the length for the country that it's being tested in
actually, I could just start the onboarding, then send an API request to change it to 111111111
true, but this is just for test mode, so you could manually make an API call to the create account endpoint with any arbitrary ID number.
actually, I could just start the onboarding, then send an API request to change it to 111111111
yes that should also be possible
great news. thanks for your assistance
happy to help π
just tried this, got this response
curl https://api.stripe.com/v1/accounts/acct_1TRsTRAZUIBzPlVE \ -u sk_test_redacted: \ -d "company[tax_id]=111111111" { "error": { "code": "tax_id_invalid", "doc_url": "https://stripe.com/docs/error-codes/tax-id-invalid", "message": "ABN numbers must be 11 characters long", "param": "company[tax_id]", "request_log_url": "https://dashboard.stripe.com/acct_1SzQbXAZUI76sFuK/test/workbench/logs?object=req_ThgO5caUiSLjRF", "type": "invalid_request_error" } }
and I also can't change it in the dashboard of the connected account because it requires an 11 digit number
interesting... having a look!
wait your API request is setting company.tax_id, but it should be identity.business_details.id_numbers based on the doc you shared.
hum, actually not sure about this, since you are directly calling the account V1 endpoint which does use company.tax_id.
I tried the following also
curl -X PATCH https://api.stripe.com/v2/core/accounts/acct_1TRsTRAZUIBzPlVE \ -u sk_test_redacted: \ -H "Content-Type: application/json" \ -H "Stripe-Version: 2026-04-22.dahlia" \ -d '{ "identity": { "individual": { "id_numbers": [ { "value": "111111111" } ] } } }' <html> <head><title>403 Forbidden</title></head> <body> <center><h1>403 Forbidden</h1></center> <hr><center>nginx</center> </body> </html>
looks like the first command is correct though based on the response
for a test, could you replace type: "au_abn" by us_ein, since this number should be 9 digits long (like in the doc)?
no because the business account is set to Australia, I can't change it in the dashboard even
as in the stripe connect account business details is set to Australia and can't be changed
it seems company.tax_id relates to whatever the correct format is for the connected account's business country
hum... not sure how to solve this. give me a few minutes...
no worries
π taking over for my colleague. Let me catch up.
hi tarzan, no worries
Hello @gentle cedar, we have sent you a direct message, please check it at https://discord.com/channels/@me/1499399800414670978
- πThe message has instructions on how to open a direct support case with our Developer Support team, in order to help you more effectively.
@gentle cedar let me know when you've already created the ticket
I've used the link but it just takes me to Help & Support
I'm logged in, tried exiting sandbox mode and using the link again, same thing
the assistant opens and has what looks like the default text:
Let's get you connected to a Stripe support agent. Is this issue related to your current Platform account, or associated connected accounts?
yes just answer the questions
would this be classified as a platform issue or connected account issue? apologies for asking, I don't want to enter the incorrect response
got it, thanks. done
we will get back to you once we have some updates directly in the case
thanks for your assistance