#felipe-cano-connect

1 messages · Page 1 of 1 (latest)

frosty marten
#

are you onboarding standard accounts?

limber wigeon
#

No, just custom accounts

#

but it didn't ask me the IBAN

frosty marten
#

do you have an example request for the account link you're directing the user to?

limber wigeon
#

Sure

#

This is the last option that it show me

frosty marten
#

afaict, account links only support collecting verification information, not the bank account

limber wigeon
#

How can I save my users bank information?

#

Is there any other stripe link to save the bank information without using the dashboard

#

I have to save the Iban of my users to send them money

#

But I don't want to save it in my db

frosty marten
#

express accounts are an alternative that may be worth looking into if you don't want to manage the user onboarding / bank account management UI at all

limber wigeon
#

So, If I change the type of account of my users from custom to express I will be able to get the information using account links. is that rigt?

#

including bank information

frosty marten
#

no, you'd just redirect them to the express dashboard, and stripe does all of the onboarding

#

account links are for custom only - they're like a very limited form of a dashboard

limber wigeon
#

Ok thanks

#

and is there an api to just save IBAN in a stripe custom account?

frosty marten
limber wigeon
#

external_account.account_number?

#

I don't understand how to do it

frosty marten
#

you'd set that field to the IBAN

#

and provide the appropriate country + currency

#

the other fields are not needed for IBAN accounts

limber wigeon
#

Ok