The Proof of Address (POA) Verification API allows you to verify address documents by submitting document images or PDFs. This API extracts and validates address information, performs authenticity checks, and returns structured data from the document.
Documentation Index
Fetch the complete documentation index at: https://docs.didit.me/llms.txt
Use this file to discover all available pages before exploring further.
Proof of address document. Allowed formats: PDF, JPEG, PNG, WebP, TIFF. Maximum file size: 15MB.
Expected address to cross-validate with the data extracted in the POA document.
Expected country to cross-validate with the data extracted in the POA document.
Expected first name to cross-validate with the data extracted in the POA document.
Expected last name to cross-validate with the data extracted in the POA document.
Comma-separated key:value pairs for document age limits (e.g., utility_bill:3,bank_statement:3). If blank or not provided, defaults are used.
Action to take when there is a mismatch between the name provided (first name, last name, or both), and the extracted name from the POA document. Must be one of NO_ACTION or DECLINE.
NO_ACTION, DECLINE Action to take when the document quality or file integrity is poor. Must be one of NO_ACTION or DECLINE.
NO_ACTION, DECLINE Action to take when document manipulation or authenticity is suspected. Must be one of NO_ACTION or DECLINE.
NO_ACTION, DECLINE Action to take when the document language is not supported. Must be one of NO_ACTION or DECLINE.
NO_ACTION, DECLINE Action to take when there is a mismatch between the expected address and the address extracted from the POA document. Must be one of NO_ACTION or DECLINE.
NO_ACTION, DECLINE Action to take when the issuer is not identified. Must be one of NO_ACTION or DECLINE.
NO_ACTION, DECLINE Whether to save this API request. If true, then it will appear on the Manual Checks section in the Business Console.
A unique identifier for the vendor or user, such as a UUID or email. This field enables proper session tracking and user data aggregation across multiple verification sessions.