Added

Additional Checks for Image Identity Verification

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 age
  • max_age - maximum accepted age
  • prohibited_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.