---
title: "List pending KYC ratification results"
method: GET
path: "/eclipse-conductor/rest/v2/global/ratify"
tags: ["z) Global Functionality V2"]
---

# List pending KYC ratification results

`GET /eclipse-conductor/rest/v2/global/ratify`

Returns the latest ratify result for each customer or organisation that has not yet been manually verified. Filterable by tenantId, ratifyResultId, verified status, and date range.

## Query parameters

- `dateFromIncl` string
- `dateToExcl` string
- `limit` integer
- `offset` integer
- `ratifyFor` string
- `ratifyResultId` integer
- `tenantId` integer
- `verifiedStatus` string

## Response `200`

OK

- EclipseGlobalRatifyResultV2[]
  - `comment` string
  - `created` string, date-time
  - `externalId` string
  - `lastModified` string, date-time
  - `name` string
  - `organisationId` integer
  - `organisationRatifyResult` EclipseKybResultV2
    - `addressMatchesCertOfReg` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `addressMatchesCertofincorp` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `addressMatchesProofOfAddress` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `bankStatementIsLegitimate` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `businessAddressMatchesProofOfAddress` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `businessLicenseIsLegitimate` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `certOfIncorpIsLegitimate` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `certOfRegIsLegitimate` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `companyNameMatchesBusinessLicense` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `companyNameMatchesCertOfIncorp` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `companyNameMatchesCertOfReg` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `companyNameMatchesPartnershipDeed` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `companyNameMatchesVerifiedBankStatement` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `companyNumberMatchesCertOfIncorp` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `companyNumberMatchesCertOfReg` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `companyRegistrationDateMatchesCertOfIncorp` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `companyRegistrationDateMatchesCertOfReg` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `creditBureauCheck` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `currentYearMatchesBusinessLicense` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `euCheck` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `ficCheck` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `frenchListCheck` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `individualMemberMatchesBusinessLicense` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `isSAPassport` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `lastModified` string, date-time — The date/time when the ratify test was last run
    - `matchCheck` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `ofacCheck` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `ownersNameMatchesCertOfReg` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `partnerNameMatchesCertOfReg` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `partnersNameMatchesPartnershipDeed` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `partnershipDeedIsLegitimate` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `pepCheck` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `sanctionsListCheck` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `secureCitizenCheck` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `status` string
    - `taxDocumentIsLegitimate` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `taxDocumentMatchesNationalDatabase` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `taxNumberIsLegitimate` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `taxNumberMatchesNationalDatabase` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `taxNumberMatchesTaxDocument` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `taxPayerNameMatchesNationalDatabase` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `tracingContext` string
    - `trustDeedIsLegitimate` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `ukCheck` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `unCheck` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `unscCheck` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `usaWEightIsLegitimate` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `worldCheck` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
  - `ratifyResultId` integer
  - `ratifyType` string
  - `tenantId` integer
  - `userId` integer
  - `userRatifyResult` EclipseKycResultV2 — The result of a ratify test against a customer V2
    - `accountableInstitutionBlacklist` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `additionalIdentityNumberMatchesBackOfAdditionalIdentity` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `addressMatchesProofOfAddress` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `adultLastNameMatchesMinorLastName` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `adverseMediaCheck` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `asylumPaperIsLegitimate` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `asylumPaperRefNumberMatchesAsylumPaper` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `backOfNationalIdentityIsLegitimate` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `backOfdriversLicenseIsLegitimate` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `bankStatementIsLegitimate` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `birthCertificateIsLegitimate` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `cardNumberMatchesNationalDatabase` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `cbgSanctionsScreeningCheck` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `creditBureauCheck` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `customListKycCheck` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `dateOfBirthMatcheForeignCertificate` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `dateOfBirthMatchesAsylumPaper` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `dateOfBirthMatchesBackOfDriversLicence` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `dateOfBirthMatchesBackOfNationalIdentity` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `dateOfBirthMatchesDriversLicence` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `dateOfBirthMatchesNationalIdentity` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `dateOfBirthMatchesPassport` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `dateOfBirthMatchesTemporaryIdentity` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `driversLicenseIsLegitimate` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `euCheck` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `ficCheck` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `firstNameMatchesAsylumPaper` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `firstNameMatchesBackOfAdditionalIdentity` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `firstNameMatchesBirthCertificate` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `firstNameMatchesDriversLicence` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `firstNameMatchesForeignCertificate` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `firstNameMatchesNationalIdentity` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `firstNameMatchesPassport` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `firstNameMatchesTaxDocument` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `firstNameMatchesTemporaryIdentity` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `frenchListCheck` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `idNumberMatchesBackOfNationalIdentity` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `idNumberMatchesTemporaryIdentity` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `idValidationCheck` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `identityNumberMatchesBackOfDriversLicence` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `identityNumberMatchesBirthCertificate` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `identityNumberMatchesDriversLicence` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `identityNumberMatchesNationalDatabase` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `identityNumberMatchesNationalIdentity` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `internalBlackListCheck` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `iprsCheck` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `isAsylumPaperExpiryDateMatch` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `isComparisonNationalIdentityCorrect` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `isComparisonPassportCorrect` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `isComparisonSelfieCorrect` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `isDateOfBirthMatchesBirthCertificate` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `isNationalIdentityExpiryDateMatch` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `isPassportExpiryDateMatch` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `isPermitExpiryDateMatch` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `isSANational` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `isSAPassport` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `isSouthAfricanResident` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `isTemporaryIdentityExpiryDateMatch` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `issueDateMatchesBackOfNationalIdentity` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `issueDateMatchesNationalIdentity` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `issueDateMatchesPassport` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `lastModified` string, date-time — The date/time when the ratify test was last run
    - `lastNameMatchForeignCertificate` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `lastNameMatchesAsylumPaper` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `lastNameMatchesBackOfAdditionalIdentity` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `lastNameMatchesBackOfDriversLicence` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `lastNameMatchesBirthCertificate` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `lastNameMatchesDriversLicence` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `lastNameMatchesNationalDatabase` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `lastNameMatchesNationalIdentity` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `lastNameMatchesPassport` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `lastNameMatchesPermit` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `lastNameMatchesTaxDocument` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `lastNameMatchesTemporaryIdentity` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `letshegoCustomKycCheck` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `manualRatify` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `matchCheck` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `nameMatchesBackOfNationalIdentity` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `nameMatchesVerifiedBankStatement` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `nationalIdentityIsANationalIdentity` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `nationalIdentityIsLegitimate` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `ofacCheck` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `parentLastNameMatchesBirthCertificate` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `passportIsAPassport` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `passportIsLegitimate` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `passportNumberMatchesPassport` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `passportNumberMatchesPermit` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `pepCheck` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `permitIsLegitimate` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `personLastNameMatchesNationalIdentity` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `personNumberMatchesNationalIdentity` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `phoneNumberMatchesNationalDatabase` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `riskScoreOverride` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `safpsCheck` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `sanctionsListCheck` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `sbsaRelyComplyCheck` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `secureCitizenCheck` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `selfieIsASelfie` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `selfieIsLegitimate` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `selfieMatchesAsylumPaper` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `selfieMatchesBackOfAdditionalIdentity` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `selfieMatchesDriversLicence` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `selfieMatchesNationalDatabase` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `selfieMatchesNationalIdentity` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `selfieMatchesPassport` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `selfieMatchesTemporaryIdentity` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `serialNumberMatchesBackOfNationalIdentity` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `serialNumberMatchesNationalIdentity` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `sexMatchesBackOfNationalIdentity` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `sexMatchesNationalIdentity` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `status` string
    - `taxDocumentIsLegitimate` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `taxDocumentMatchesNationalDatabase` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `taxNumberMatchesNationalDatabase` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `taxNumberMatchesTaxDocument` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `taxPayerNameMatchesNationalDatabase` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `temporaryIdentityIsLegitimate` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `tracingContext` string
    - `ukCheck` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `unCheck` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `unscCheck` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `usaWNineIsLegitimate` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
    - `worldCheck` RatifyItemResultV2 — A result for an item in a ratify check using status enum instead of boolean flags
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `comment` string — A system generated comment if applicable
      - `lastRun` string — When the check was last run
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
      - `status` 'FAILED' | 'IGNORED' | 'IN_REVIEW' | 'PASSED' | 'PENDING'
  - `verifiedBy` integer
  - `verifiedDate` string, date-time
  - `verifiedStatus` string

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.dev/eftcorp/apis/eclipse-rest-api.md) · [All operations](https://skmtc.dev/eftcorp/apis/eclipse-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/eftcorp/eclipse-rest-api/revisions/9213d52d49a3/schema)
