v1
latestOpenAPI 3.0.32026-08-04404186.8 KBIdentity Verification
Add identity verification
Add IDV (Identity Verification) information for a person or company.
Note: Each API call represents a single verification event from one provider at a specific point in time. If you have multiple verification sources or multiple verification attempts, you must make separate API calls for each one.
For example:
- Document verification from Provider A requires one API call
- Database verification from Provider B requires another API call
- Re-verification after data update requires a new API call
post/v2/identity_verification
Request body
Example request
[
{
"related_company_id": "company-id-12345",
"related_person_id": "person-id-56789",
"verification_overall_outcome": "pass"
}
]Response
Identity verification added successfully