#yony

1 messages · Page 1 of 1 (latest)

paper tokenBOT
smoky moon
#

Hi there!

#

What type of Connect account are you using (Standard, Express, or Custom)?

oak yarrow
#

express

smoky moon
#

Is the express account fully onboarded?

#

Can you share the account ID (acct_xxx)?

oak yarrow
#

acct_1MeZlnGdBmru8ZoD

#

For example, for this account id, a user was able to create an account without an accurate owner address and SSN.

#

Here is a sample code i use to create a connected account.

const account = await stripe.accounts.create({ type: 'express', capabilities: { card_payments: { requested: true }, transfers: { requested: true }, }, });

And i am looking for if i can define required parameters here.

smoky moon
#

Sorry for the delay.

#

You cannot put required parameters here.

#

However you can ask the merchant to complete their details by creating an Account Link or Login Link I think.