Add identity verification
Authentication
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Bearer authentication of the form Bearer <token>
, where token is your auth token.
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:
Unique identifier for an identity verification. This is the primary identifier for an identity verification and should be unique across all identity verifications. Updates to an identity verification should be made using this identifier.
This can reference:
Array of individual data points verified in this verification event only. Each item represents a specific piece of information (name, DOB, address, etc.) that was checked during this particular verification.
Do not include:
Example: If this verification only checked name and DOB, only include those two items in the array, even if other data points were verified in previous or separate verification events.