| entity | object | Contains the eKYC verification result |
| entity.interpretResult | string | Overall verification outcome (“Pass” or “Fail”) |
| entity.message | string | Description of the matching process and sources used |
| entity.rawResponse | array | Detailed match results from each data source |
| entity.rawResponse[].AddressMatch | string | Address match result (e.g., “NoMatch”, “Full”, “Partial”) |
| entity.rawResponse[].DataSource | string | Name of the data source used for verification |
| entity.rawResponse[].DobMatch | string | Date of birth match result (e.g., “Full”, “Partial”, “NoMatch”) |
| entity.rawResponse[].FirstNameMatch | string | First name match result (e.g., “Full”, “Initial”, “NoMatch”) |
| entity.rawResponse[].SurnameMatch | string | Surname match result (e.g., “Full”, “Partial”, “NoMatch”) |
| entity.transactionResult | string | Transaction processing status (e.g., “Success”) |