#Hiroshi-help

1 messages ยท Page 1 of 1 (latest)

lilac kayak
#

Hi there!

#

How can I help?

atomic stream
#

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

lilac kayak
#

What type of login link are you creating?

atomic stream
#

what is the best way to create stripe connected accounts?

lilac kayak
atomic stream
#

omg

#

do i need to create another object

#

is that in the account doc?

#

i didnt' see that :S

lilac kayak
atomic stream
#

thank you

lilac kayak
#

Sure thing!

lost saffron
#

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

Before going live, test your Connect integration for account creation, identity verification, and payouts.

#

Do you have a request ID I can look at?

atomic stream
#

not yet

#

let me check

#

where can i see all api logs?

#

got it

#

i see it now

#

req_b47dVKAfUHSbzA

lost saffron
#

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?

atomic stream
#

ok but

#

how do i know what kind of bank acc is ?

#

DE** germany?

lost saffron
#

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

atomic stream
#

oh ok i'll try

#

pls check this

#

req_DYAf7zsf6RHFXP

lost saffron
#

Can you also change the currency to eur?

atomic stream
#

ok

#

req_A9BCcULqxufVd1

lost saffron
#

hmm... that's strange - let me dig in a bit more

atomic stream
#

i think i get it

#

i think the bank accounts are kinda different

#

about length

#

for every country,

#

or looks like is the case

lost saffron
#

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?

lost saffron
#

@atomic stream are you still running into issues?

atomic stream
#

yes,

#

i think there are explicit length

#

in the account numbers

#

i'm using this

#

i tested the examples in the page

#

specifically this

lost saffron
#

The request you made is not using that account number - it's using one that ends in 7890

atomic stream
#

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

lost saffron
#

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

atomic stream
#

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

lost saffron
#

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

atomic stream
#

what are the specific countries without IBAN?

lost saffron
#

We don't have a specific list in our docs, but you can find that information online

atomic stream
#

i'm still testing

#

and another things are required

#

like brand colors, configuration icons

#

now "capabilities2

lost saffron
#

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

clear bridge
#

๐Ÿ‘‹ hullo

#

Yes, please enable SK settings for Express in your connect dashboard:

atomic stream
#

it's weird

#

i added this and it worked

#
 capabilities: {
        card_payments: {requested: true},
        transfers: {requested: true},
  }
clear bridge
#

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

atomic stream
#

that configuration is for the master account i see

clear bridge
#

What do you mean?

atomic stream
#

enabled countries is for the master account i mean

#

i thoguth that was a configuration for the connected accounts

clear bridge
#

On your platform you configure the default capabilities for each country

#

Or you can specify them in the creation request