#heracles2756
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- heracles2756, 33 minutes ago, 22 messages
Can you share the account ID (acct_xxx)?
The restricted account.
acct_1OD1GxR1JXhySSCp
acct_1OD1IdQpkDerOPLf
As I said before, I created account using this
const account = await stripe.accounts.create({
type: 'standard', // Specify the account type
country:'US',
email: 'srinet.us@gmail.com', // Specify the email address
});
console.log(account.id);
This are Standard accounts. So you need to login into these accounts, and provide the missing information.
missing information?
it's account
what should I add more?
Could you provide me example account information?
Did you do the Stnadard account onboarding?