#shenba - connect
1 messages · Page 1 of 1 (latest)
Hi
I have created the custom connect account
but still is in Restricted status
I have used Account create API and then Account onboarding API
everything done
still account status is Restricted
kindly refer the above image
there is no upload options for identity documents in the account onboarding process
If you are testing this, you could use the values listed on this page to automatically have an active connected account: https://stripe.com/docs/connect/testing#identity-and-address-verification
And more generally, we have a documentation on how to handle verification with the API here: https://stripe.com/docs/connect/identity-verification-api
so as per your suggestion, we don't use account link API for the onboarding process.
add those details via API manually instead of using account Link API
You can definitely use account link. But if you want to automatically verify the account for testing purposes, use the test values mentioned in the link I shares.
Can you share the account ID (acct_xxx)?
acct_1LMnpNB6LCEGVDWf
when we used Express connect everything worked fine. But the problem is in custom connect . Ref below image
Thanks! Give me a few minutes to look into this.
Oh I see! This account needs a bank account. This is part of the onboarding flow for Express accounts, however for custom accounts this is something you need to do on your end with the API.
You can create a bank account with this: https://stripe.com/docs/api/external_account_bank_accounts/create
so based on the account onboarding response we have to call the bank_account Create API
correct me if i'm wrong
👋 I'm stepping in for @wheat talon
yes that's an integration you need to build yourself with the external account bank API
okay, thanks for the help @simple cargo @wheat talon will try and let you know