#gambl0r_docs

1 messages Β· Page 1 of 1 (latest)

hazy oreBOT
#

πŸ‘‹ 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.

gentle cedar
#

Hi Glo

hard tendon
#

hey there πŸ‘‹ could you share the ID of the account that you tested this with please?

hazy oreBOT
gentle cedar
#

acct_1TRsTRAZUIBzPlVE

#

and apologies, the docs link should've been for accounts v1, but the same issue applies

hollow plover
#

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.

gentle cedar
#

ok, my mistake

hollow plover
#

unfotunately I cannot see the value you set. are you sure you set 111111111?

gentle cedar
#

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

hollow plover
#

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

gentle cedar
#

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

hollow plover
#

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

gentle cedar
#

great news. thanks for your assistance

hollow plover
#

happy to help πŸ™‚

gentle cedar
#

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

hollow plover
#

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.

gentle cedar
#

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

hollow plover
#

for a test, could you replace type: "au_abn" by us_ein, since this number should be 9 digits long (like in the doc)?

gentle cedar
#

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

hollow plover
#

hum... not sure how to solve this. give me a few minutes...

gentle cedar
#

no worries

hazy oreBOT
spice sky
#

πŸ‘‹ taking over for my colleague. Let me catch up.

gentle cedar
#

hi tarzan, no worries

hazy oreBOT
#

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.
spice sky
#

@gentle cedar let me know when you've already created the ticket

gentle cedar
#

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

spice sky
#

it should open up the Stripe Assistant

#

on the Help & Support page

gentle cedar
#

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?

spice sky
#

yes just answer the questions

gentle cedar
#

would this be classified as a platform issue or connected account issue? apologies for asking, I don't want to enter the incorrect response

spice sky
#

your own account

#

the platform

gentle cedar
#

got it, thanks. done

spice sky
#

we will get back to you once we have some updates directly in the case

gentle cedar
#

thanks for your assistance