#testDeveloper

1 messages · Page 1 of 1 (latest)

analog burrowBOT
old saffron
split pine
#

so can we create a account token if we eventually want to create a connected account using add payment Method?

old saffron
split pine
#

where do we get this parameter from external_account?

old saffron
#

Can you clarify your ask please? Which parameter are you referring to?

split pine
#

as per this reference

#

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

#

this param external_account

old saffron
#

You's pass the data when you create the account, requires_payment_method and you would get a ba_xxx id.

split pine
#

where do i do that process ?

#

can you let me know create connected account as per new payment flow ?

old saffron
#

Maybe I'm not fully understanding the ask, can you confirm what you're really trying to do?

split pine
#

so we need not create a btok_id before creating an account?

old saffron
split pine