#RGRTHAT - Connect Validation

1 messages · Page 1 of 1 (latest)

mellow patrol
#

Hello again! I believe we begin the validation process when the document is added to an account.

signal crest
#

I have made my own form instead of prebuilt, so I will have to handle uploading of image of passport / driver license

#

when creating an account, in "documents" prop, only these options is available

#

nvm

mellow patrol
#

There's no such thing.

signal crest
#

i was looking at wrong thing. Im supposed to give documents to Person, not account

#

its the business representative filling out the form that needs verifciation

#

no actually u need a business verification document aswell

#

@mellow patrol when I try to use the prebuilt "connect onboarding flow", they dont ask for document verification for the business in my country. but they only as for organization ID

#

and then in the form they ask for 2 verification documents for the executive / "Person" that fills in the form

mellow patrol
#

Okay.

signal crest
#

are any of these considered "organization id"?

#

can i pass organization_ID instead of a photo in one of these

#

as that must be the way stripe does it in prebuilt onboarding flow

mellow patrol
#

Let's back up, I think you're approaching this the wrong way.

#

You should be looking at the currently due requirements on the Account object to determine what you need to supply.

#

What is showing up there?

signal crest
#

it just says "documents"

mellow patrol
#

That's not what I mean, I mean on the Account object from the API for the specific account.

mellow patrol
#

Sorry, let's pause and refocus. You're trying to build your own custom onboarding page for Stripe Custom accounts, correct? And you're running into an issue related to documents, right? At a high level your code should be examining the currently due requirements on the Account object you get back from the API and conditionally prompting for information based on what you get back there. Is that the approach you're taking?

signal crest
#

@mellow patrol I figured it out, i was looking at wrong thing.