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

# List pending KYC ratification results

`GET /eclipse-conductor/rest/v1/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

- EclipseGlobalRatifyResult[]
  - `comment` string
  - `created` string, date-time
  - `externalId` string
  - `lastModified` string, date-time
  - `name` string
  - `organisationId` integer
  - `organisationRatifyResult` EclipseKybResult — The result of a ratify test against an organisation
    - `addressMatchesCertOfReg` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `addressMatchesCertofincorp` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `addressMatchesProofOfAddress` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `bankStatementIsLegitimate` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `businessAddressMatchesProofOfAddress` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `businessLicenseIsLegitimate` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `certOfIncorpIsLegitimate` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `certOfRegIsLegitimate` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `companyNameMatchesBusinessLicense` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `companyNameMatchesCertOfIncorp` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `companyNameMatchesCertOfReg` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `companyNameMatchesPartnershipDeed` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `companyNameMatchesVerifiedBankStatement` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `companyNumberMatchesCertOfIncorp` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `companyNumberMatchesCertOfReg` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `companyRegistrationDateMatchesCertOfIncorp` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `companyRegistrationDateMatchesCertOfReg` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `creditBureauCheck` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `currentYearMatchesBusinessLicense` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `euCheck` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `ficCheck` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `frenchListCheck` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `individualMemberMatchesBusinessLicense` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `isSAPassport` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `lastModified` string, date-time — The date/time when the ratify test was last run
    - `matchCheck` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `ofacCheck` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `ownersNameMatchesCertOfReg` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `partnerNameMatchesCertOfReg` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `partnersNameMatchesPartnershipDeed` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `partnershipDeedIsLegitimate` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `pepCheck` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `sanctionsListCheck` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `secureCitizenCheck` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `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` string
    - `taxDocumentIsLegitimate` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `taxDocumentMatchesNationalDatabase` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `taxNumberIsLegitimate` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `taxNumberMatchesNationalDatabase` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `taxNumberMatchesTaxDocument` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `taxPayerNameMatchesNationalDatabase` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `tracingContext` string
    - `trustDeedIsLegitimate` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `ukCheck` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `unCheck` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `unscCheck` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `usaWEightIsLegitimate` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `worldCheck` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
  - `ratifyResultId` integer
  - `ratifyType` string
  - `tenantId` integer
  - `userId` integer
  - `userRatifyResult` EclipseKycResult — The result of a ratify test against a customer
    - `accountableInstitutionBlacklist` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `additionalIdentityNumberMatchesBackOfAdditionalIdentity` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `addressMatchesProofOfAddress` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `adultLastNameMatchesMinorLastName` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `adverseMediaCheck` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `asylumPaperIsLegitimate` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `asylumPaperRefNumberMatchesAsylumPaper` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `backOfNationalIdentityIsLegitimate` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `backOfdriversLicenseIsLegitimate` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `bankStatementIsLegitimate` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `birthCertificateIsLegitimate` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `cardNumberMatchesNationalDatabase` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `cbgSanctionsScreeningCheck` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `creditBureauCheck` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `customListKycCheck` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `dateOfBirthMatcheForeignCertificate` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `dateOfBirthMatchesAsylumPaper` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `dateOfBirthMatchesBackOfDriversLicence` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `dateOfBirthMatchesBackOfNationalIdentity` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `dateOfBirthMatchesDriversLicence` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `dateOfBirthMatchesNationalIdentity` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `dateOfBirthMatchesPassport` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `dateOfBirthMatchesTemporaryIdentity` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `driversLicenseIsLegitimate` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `euCheck` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `ficCheck` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `firstNameMatchesAsylumPaper` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `firstNameMatchesBackOfAdditionalIdentity` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `firstNameMatchesBirthCertificate` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `firstNameMatchesDriversLicence` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `firstNameMatchesForeignCertificate` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `firstNameMatchesNationalIdentity` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `firstNameMatchesPassport` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `firstNameMatchesTaxDocument` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `firstNameMatchesTemporaryIdentity` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `frenchListCheck` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `idNumberMatchesBackOfNationalIdentity` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `idNumberMatchesTemporaryIdentity` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `idValidationCheck` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `identityNumberMatchesBackOfDriversLicence` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `identityNumberMatchesBirthCertificate` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `identityNumberMatchesDriversLicence` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `identityNumberMatchesNationalDatabase` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `identityNumberMatchesNationalIdentity` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `internalBlackListCheck` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `iprsCheck` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `isAsylumPaperExpiryDateMatch` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `isComparisonNationalIdentityCorrect` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `isComparisonPassportCorrect` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `isComparisonSelfieCorrect` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `isDateOfBirthMatchesBirthCertificate` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `isNationalIdentityExpiryDateMatch` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `isPassportExpiryDateMatch` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `isPermitExpiryDateMatch` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `isSANational` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `isSAPassport` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `isSouthAfricanResident` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `isTemporaryIdentityExpiryDateMatch` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `issueDateMatchesBackOfNationalIdentity` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `issueDateMatchesNationalIdentity` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `issueDateMatchesPassport` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `lastModified` string, date-time — The date/time when the ratify test was last run
    - `lastNameMatchForeignCertificate` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `lastNameMatchesAsylumPaper` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `lastNameMatchesBackOfAdditionalIdentity` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `lastNameMatchesBackOfDriversLicence` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `lastNameMatchesBirthCertificate` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `lastNameMatchesDriversLicence` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `lastNameMatchesNationalDatabase` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `lastNameMatchesNationalIdentity` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `lastNameMatchesPassport` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `lastNameMatchesPermit` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `lastNameMatchesTaxDocument` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `lastNameMatchesTemporaryIdentity` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `letshegoCustomKycCheck` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `manualRatify` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `matchCheck` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `nameMatchesBackOfNationalIdentity` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `nameMatchesVerifiedBankStatement` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `nationalIdentityIsANationalIdentity` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `nationalIdentityIsLegitimate` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `ofacCheck` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `parentLastNameMatchesBirthCertificate` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `passportIsAPassport` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `passportIsLegitimate` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `passportNumberMatchesPassport` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `passportNumberMatchesPermit` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `pepCheck` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `permitIsLegitimate` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `personLastNameMatchesNationalIdentity` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `personNumberMatchesNationalIdentity` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `phoneNumberMatchesNationalDatabase` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `riskScoreOverride` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `safpsCheck` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `sanctionsListCheck` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `sbsaRelyComplyCheck` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `secureCitizenCheck` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `selfieIsASelfie` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `selfieIsLegitimate` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `selfieMatchesAsylumPaper` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `selfieMatchesBackOfAdditionalIdentity` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `selfieMatchesDriversLicence` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `selfieMatchesNationalDatabase` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `selfieMatchesNationalIdentity` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `selfieMatchesPassport` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `selfieMatchesTemporaryIdentity` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `serialNumberMatchesBackOfNationalIdentity` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `serialNumberMatchesNationalIdentity` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `sexMatchesBackOfNationalIdentity` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `sexMatchesNationalIdentity` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `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` string
    - `taxDocumentIsLegitimate` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `taxDocumentMatchesNationalDatabase` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `taxNumberMatchesNationalDatabase` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `taxNumberMatchesTaxDocument` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `taxPayerNameMatchesNationalDatabase` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `temporaryIdentityIsLegitimate` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `tracingContext` string
    - `ukCheck` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `unCheck` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `unscCheck` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `usaWNineIsLegitimate` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
      - `score` number — Provided as a quantitative score of the result e.g. the % chance a face matches a photo, a credit bureau score etc
    - `worldCheck` RatifyItemResult — A result for an item in a ratify check. If checked =false then other fields wont be populated
      - `avps` Avp[] — Weakly typed data included in the result of the check
        - `att` string, required
        - `val` string, required
      - `checked` boolean — Whether the item was checked
      - `comment` string — A system generated comment if applicable
      - `inReview` boolean — Whether the item was in review
      - `lastRun` string
      - `passed` boolean — If the item was checked, then whether the check passed or not based on pre defined binary rules. Passed=true implies a favourable outcome. E.g. for a sanctions check passed=true means they are not on a sanctions list
      - `pending` boolean — Whether the final result of an item is still pending or not
- … truncated; see the full OpenAPI document linked below

## 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)
