#Hiroshi-help
1 messages ยท Page 1 of 1 (latest)
i was asking support and i get some responses
is about stripe connect
i created accounts
but i'm not able to verify those becaus eof "TOS"
and tos are not working with express account
well, at least i'm testing tos acceptanse by login
but when i create the login link
it return this
What type of login link are you creating?
what is the best way to create stripe connected accounts?
Are you creating an account_onboarding link? https://stripe.com/docs/api/account_links/create#create_account_link-type
omg
do i need to create another object
is that in the account doc?
i didnt' see that :S
We mention it here: https://stripe.com/docs/connect/express-accounts#create-link ๐
thank you
Sure thing!
copying your question here:
ok good, im adding stripe accounts, and it is returnin the following
Error: Error: You must use a test bank account number in test mode. Try ES0700120345030000067890 or see more options at https://stripe.com/docs/connect/testing#account-numbers.
i'm trying ES0700120345030000067890
but it returns same error but another acocunt number
Do you have a request ID I can look at?
not yet
let me check
where can i see all api logs?
got it
i see it now
req_b47dVKAfUHSbzA
looking now!
Looking at that request, you're using a German test bank account number but you've set external_account[country]: ES - can you try again with the correct country set?
ok but
how do i know what kind of bank acc is ?
DE** germany?
Yes, we mention this in that doc - you'd replace the two letter prefix with the country you want to be using (so DE = germany) and you'll want to make sure you're using a currency that is valid for that country
Can you also change the currency to eur?
hmm... that's strange - let me dig in a bit more
i think i get it
i think the bank accounts are kinda different
about length
for every country,
or looks like is the case
Where did you get the bank account number you were testing out with? I'm not seeing anything ending in *7890 on the testing page?
@atomic stream are you still running into issues?
yes,
i think there are explicit length
in the account numbers
i'm using this
i tested the examples in the page
specifically this
The request you made is not using that account number - it's using one that ends in 7890
i change the country prefix, but nothing
oh wait, give me a second
looks like is workinmg now
but is asking now for routing number
i put this
i got this
Let's back up for a second - you're testing a lot of combinations in rapid succession when you don't need to
When using IBANs you don't need to include a routing number - looking at your recent requests I see that it asked for one because you used the country code "AU" which doesn't support IBANs
wow
i'm getting into errors
because i just read this doc
in order to get all allowed countries
and that's why i'm getting random countries in every test
That would definitely explain why you're seeing all these errors - really what you want to be looking at is https://stripe.com/docs/connect/testing#payouts. If your goal is to test IBANs I'd pick a country that you know should support IBANs (like germany - country code DE) and test that out. This shouldn't need you to pass routing_number.
If you want to test a country like Australia, then you should check the bank account format that is expected for that country (just switch the country in the dropdown at https://stripe.com/docs/connect/testing#payouts) and go from there
what are the specific countries without IBAN?
We don't have a specific list in our docs, but you can find that information online
i'm still testing
and another things are required
like brand colors, configuration icons
now "capabilities2
The reason for that error is explained in the message - you don't have SK enabled for express. I need to head out, but @clear bridge can help you out
it's weird
i added this and it worked
capabilities: {
card_payments: {requested: true},
transfers: {requested: true},
}
Yes, you can specify explicit capabilities to override your express default settings for a country
but if you wish to supply only the country, it must be configured
that configuration is for the master account i see
What do you mean?