Added
Additional Checks for Image Identity Verification
March 26th, 2026
You can now enforce business rules when creating an Image Identity Verification. Configure the new parameters with the request endpoint POST /verifications/identity_documents (see API reference):
min_age- minimum accepted agemax_age- maximum accepted ageprohibited_countries- list of issuing countries to reject
If a configured rule is not met, the verification returns a failed status with a dedicated status code.
See the status code mapping on this page, and learn how to configure these checks in the guide.