#jhonny_500-creating-accounts
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/1235953840885600287
๐ 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.
- jhonny_docs, 4 days ago, 2 messages
local
yes
Ok, which call worked?
actually, there is something weird here
I just created an user and it seems to have worked since no errors where shown
but my customer does not appear at the dashboard
am I looking at the wrong place?
Was the request made in live mode or test mode? And what mode is the dashboard in right now?
test mode
oh my
it was in live mode
haha
sorry
yeah, the craete customer worked
Ok cool can you share that customer id or creation request?
Want to check your request logs for failures
Also, to confirm, you've retried creating the bank account? Could have been a transient network error
cus_Q2R89tTLTUCXUL
yeah, same error
Looking
{
type: 'custom',
country: 'BR',
email: 'teste@teste.com',
capabilities: {
card_payments: { requested: true },
transfers: { requested: true }
},
individual: {
address: { city: '', country: 'BR', postal_code: '', state: '' },
email: 'teste@teste.com',
first_name: 'Teste teste',
last_name: 'Stripe'
},
business_type: 'individual',
company: {
address: { city: '', country: 'BR', postal_code: '', state: '' },
name: 'Teste teste'
}
}
This was the body I sent to create an account
the error appears to be hapenning at the acc craetion step
Hi there ๐ apologies for the delay, the server is a bit busy. I have a teammate helping look into this further.
no problem
My teammate is still looking for the specific cause, but they're noticing having better luck when creating an account by omitting both the individual and company hashes. Does that allow you to at least create an Account?
Will try that
๐ I think the issue here is that you're passing fields to the address parameter with an empty value like city, postal_code and state
You can either pass non-empty strings to those fields or just take them out completely and just leave country prefilled
ok, seems to have worked by ommiting both individual and company
now I get an error saying that the routing_number is required
what is the routing_number?
Can you share the request ID?
it doesnt appear at the logs...
acct_1PCNZ9QihJuCxCmM {
external_account: {
object: 'bank_account',
country: 'BR',
currency: 'BRL',
account_holder_name: 'Teste teste',
account_holder_type: 'individual',
account_number: '30.974.821/0001-90'
}
}
payload
response:
{
"statusCode": 400,
"message": "Missing required param: external_account[routing_number]."
}
Are you following any guides for this? Where did you get the account number from?
Ideally, in test mode you would use the information listed here
https://docs.stripe.com/connect/testing#account-numbers
oh, I was using my own...
one question about bank account creation... Here in Brazil we need to specify the "Bank Number" (I dont know if you have something similar where you live) to be able to make transferences, with the Bank Number, we are able to know to which bank we are sending the money
is there something like this in Stripe?
is it the routing number?
I believe so
jhonny_500-creating-accounts
Let us know if that unblocked you ๐