#taulant-ennie
1 messages · Page 1 of 1 (latest)
Hi there!
Can you share the connected account ID (acct_xxx)?
But yes you should be able to pass all the required info with the API for Custom accounts.
@hexed garnet yes, this is the account id: acct_1MHVh1E0gC2msFg8 (it is in Test environment)
Previously we used the Onboarding link, but now we are trying to get rid of it.
P.s. the above account is missing the bank details but that's another issue
If you look at the last account.updated event for that account (evt_1MHVhCE0gC2msFg8mod1pn31), you can see something like this:
"requirements": {
"currently_due": [
"business_profile.mcc",
"external_account"
],
"disabled_reason": "requirements.past_due",
...
}
So you need to provide the mcc and an external account.
Here's where you can set the mcc: https://stripe.com/docs/api/accounts/update#update_account-business_profile-mcc
More generally, here's a doc that explain how to validate a custom account: https://stripe.com/docs/connect/identity-verification-api#determining-if-identity-or-business-verification-is-needed
@hexed garnet thank you for your quick response. I will have a look at this now