#yony
1 messages · Page 1 of 1 (latest)
express
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.