Update identity verification in batch
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Headers
Authorization
Request
This endpoint expects a list of objects.
verification_id
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:
- Your internal verification record ID
- The original provider's verification ID (optionally with a prefix)
- Any unique identifier that allows traceability to the original data source
timestamp
When the identity verification completed, in ISO 8601 format. Use the timestamp from your verification provider's response.
verification_provider
Which verification provider verified those attributes for the person or company. If this is an internal process, mention the name of your company.
verified_data
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:
- Data points from other verification events
- Aggregated results from multiple verifications
- Data that wasn't actually verified in this specific check
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.
verification_overall_outcome
Result of IDV screening returned from provider
verification_type
Allowed values:
Response
Identity verifications updated successfully
success
Indicates if the write operation was successful.
write_count
The number of records written to the database.
message
Provides additional information about the operation result.
organization_id
The organization ID for which the operation was performed.