#vamsi-file-verification
1 messages · Page 1 of 1 (latest)
In order to verify custom account identity thats created as an individual
I'm trying undertand from https://stripe.com/docs/connect/handling-api-verification#upload-a-file
after document upload, do i need to update accout or person
i have only created a custom account as individual
It depends on what's listed in requirements.currently_due
If it's somethign like person.verification.document or person.verification.additional_document you'd update the Person through the API
If it's company.verification.document you'd update the account
I see let me check
vamsi-file-verification