#Serdar
1 messages ยท Page 1 of 1 (latest)
๐ 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
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
yes
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?
you can take a look at this https://stripe.com/docs/connect/payouts-bank-accounts
Thank you i will check it
let me know if you need any more help
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 !!
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!
you're most welcome