#Serdar

1 messages ยท Page 1 of 1 (latest)

teal baneBOT
clever raptor
#

๐Ÿ‘‹ happy to help

#

How can the customer add his bank account to a custom-account?
I don't follow the Q, would you mind elaborating

whole hull
#

Of course

#

So our customer creates an account on our platform. In the creation process, we are creating a custom account on stripe connect for him and generate a link, so he can do the onboarding.

#

Till here you understand? @clever raptor

clever raptor
#

yes

whole hull
#

Ok after the user did the onboarding and finished it

#

He lands back on our platform

#

When i now check their account on stripe connect i see this:

#

And my question is, how should our customer now provide his bank or credit card data

#

So he can receive the payout?

clever raptor
whole hull
#

Thank you i will check it

clever raptor
#

let me know if you need any more help

whole hull
#

i just need to know

#

where to put external_accounts to

#

const account = await this._stripe.accounts.create({
type: 'custom',
email,
country: 'DE',
capabilities: {
card_payments: { requested: true },
transfers: { requested: true },
bank_transfer_payments: { requested: true },
},
});

#

ah found it

#

thank you !!

clever raptor
whole hull
#

I do not understand what to add to my code

#

so it is in the onboarding ๐Ÿ˜„

#

This is my code

#

and as i understood, i need to add to the accounts create the external_accounts ?

#

ahhh

#

i need to set it in the settings

#

found it ๐Ÿ˜„ easier than i thought hahaha

#

Thank you!

clever raptor
#

you're most welcome