#Sergei Frolov
1 messages · Page 1 of 1 (latest)
Hello
First, note that integrating Custom account is quite complex. Are you sure you need to use Custom accounts? The other options are Standard accounts and Express accounts: https://stripe.com/docs/connect/accounts
But if you want to learn more about onboarding custom accounts: https://stripe.com/docs/connect/connect-onboarding
I use multiparty payment for Brazil. It’s a reason why I use Custom account
I use this information and it’s work. But I cannot show validation error for users by onboarding form. Can I do it?
But I cannot show validation error for users by onboarding form.
Can you clarify what that means? I'm not sure I understand.
I mean that I filled in an onboarding form and submitted it. Then I open dashboard and see, that there is a problem with validation and user cannot be completed. I would like to show errors
For example I see this error on dashboard and I would like to show it to users
You can retrieve the account object with this endpoint: https://stripe.com/docs/api/accounts/retrieve
And then check the requirement of the account to check what information is missing: https://stripe.com/docs/api/accounts/object#account_object-requirements
You can learn more about this here: https://stripe.com/docs/connect/identity-verification-api#determining-if-identity-or-business-verification-is-needed
Ok, I see it. Could I create a form from stripe like Onboarding to show these errors?
Yes that should be possible.
How can I do it? I couldn’t find it in documentation.
I just explained above: retrieve the account object, and display errors based on the information in the requirement object.
I need to create my own form to show it, yes? Is there no a form from Stripe?
Is your goal to display the errors to the merchant, or to create your own form so merchant can upload the missing documents, or something else?
Also can you share the custom account ID that you shared in your screenshot?
If it's only to display the errors, then I already explained how to do this. You have to build your own page by looking at the requirements object. You can learn more about this here: https://stripe.com/docs/connect/identity-verification-api#determining-if-identity-or-business-verification-is-needed