#Baby561

1 messages · Page 1 of 1 (latest)

lavish latchBOT
plain grove
#

Hi, can you clarify what you mean here?

keen mist
#

I need to create a stripe account.

THe code above uses stripes UI.

I dont want to use that UI, I want to use my own ui

plain grove
keen mist
#

thats for saving the bank information right? like account number, routing number,etc

#

like that stuff

plain grove
#

Let's re-start.. you're trying to have your own UI to collect details to then create Connected Accounts with Stripe, is that correct?

keen mist
#

yes

#

actually, im not usre its the connect account. you guys have differene language lol.

#

i need to save their bank account information so that i can deposit funds, like shown in the picture

#

does that make sense

plain grove
#

So you want to collect bank details for your connected account, and the pass that raw bank account details to Stripe? Is that correct?

keen mist
#

yes i think that is correct

plain grove
keen mist
#

I dont think that THAT is it because the code snip on the right is asking for a acct number. but maybe I am wrong,

can you show me an example on how to input the following info:

first name, last name, bank or debit, routing number, account number

plain grove
keen mist
#

got it, thank you.

last question.

where does the "acct_1032D82eZvKYlo2C" come from?
can i skip that parameter?

const bankAccount = await stripe.accounts.createExternalAccount(
'acct_1032D82eZvKYlo2C',
{
external_account: 'btok_1MrUMC2eZvKYlo2CjgEjlLWK',
}
);

plain grove
#

You'd need to tie that external bank account to the Stripe Connected account.