> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mangopay.com/llms.txt
> Use this file to discover all available pages before exploring further.

# View an IDV Session

> See details of a hosted KYC/KYB session, outcome of checks, and verified data

### Path parameters

<ParamField path="IdvSessionId" type="string" required>
  The unique identifier of the IDV Session.
</ParamField>

### Responses

<AccordionGroup>
  <Accordion title="200" defaultOpen>
    <ResponseField name="Id" type="string">
      Max length: 128 characters (see [data formats](/api-reference/overview/data-formats) for details)

      The unique identifier of the object.
    </ResponseField>

    <ResponseField name="Tag" type="string">
      Max. length: 255 characters

      Custom data that you can add to this object.
    </ResponseField>

    <ResponseField name="HostedUrl" type="string">
      The URL to redirect the user to for the hosted identity verification session.
    </ResponseField>

    <ResponseField name="ReturnUrl" type="string">
      The URL to which the user is returned after the hosted identity verification session, regardless of the outcome.
    </ResponseField>

    <ResponseField name="Status" type="string">
      The status of the overall IDV Session:

      * `PENDING` – The unique `HostedUrl` for the session has not yet been submitted by the user. This temporary state can transition to `VALIDATED`, `REFUSED`, `REVIEW`, or `EXPIRED`.
      * `REVIEW` – One or more automated checks was neither successful nor refused, so the session was sent for manual review by Mangopay’s teams. This temporary state is only applicable to Legal users and can transition to `REFUSED` or `VALIDATED`.
      * `VALIDATED` – - The session was validated and the User became KYC/KYB verified (indicated by the User object’s `KYCLevel`). When the `Status` changes to `VALIDATED`, the [verified data](/guides/users/verification/hosted#verified-data) in `Checks.Data` is used to replace existing data in the User object.
      * `REFUSED` – The session was refused and the User is not KYC/KYB verified. The `Checks.CheckStatus` shows which checks were `REFUSED` and the `Checks.Reasons` shows the [refused reason types](/guides/users/verification/hosted#refusals) and comment (which is custom text in the case of manual review for Legal users).
      * `EXPIRED` – The session was not submitted within 7 days of the `CreationDate` and no longer can be. Note however that the `HostedUrl` link remains accessible.
      * `OUT_OF_DATE` – The session is not valid because the user’s KYC/KYB verification status was [downgraded](/guides/users/verification/downgrade) by Mangopay.
    </ResponseField>

    <ResponseField name="UserId" type="string">
      The unique identifier of the user.
    </ResponseField>

    <ResponseField name="CreationDate" type="Unix timestamp">
      The date and time at which the object was created.
    </ResponseField>

    <ResponseField name="LastUpdate" type="Unix timestamp">
      The date and time at which the session was last updated.
    </ResponseField>

    <ResponseField name="Checks" type="array (object)" defaultOpen>
      The checks performed automatically during the session.

      This array is empty when `Status` is `PENDING` and may contain any number of objects depending on the outcome.

      <Expandable title="properties">
        <ResponseField name="CheckId" type="string">
          The unique identifier of the verification check.
        </ResponseField>

        <ResponseField name="Type" type="string">
          Type of check carried out during the session depending on the user type:

          * `IDENTITY_DOCUMENT_VERIFICATION` - Verifies the authenticity of the identity document, the liveness of the selfie, and that the selfie matches the identity document photo.
          * `IDV_AGE_CHECK` - Checks whether the individual on the identity document meets the minimum age requirement for Mangopay users (age 18).
          * `BUSINESS_VERIFICATION` - Looks up the business details entered by the user during the session in the national registry to find a match.
          * `IDV_NAME_MATCH_CHECK` - Checks whether the first name, last name and date of birth of the identity document match the `FirstName`, `LastName`, and `Birthday` of the Natural user object or `LegalRepresentative` of the Legal user object.
          * `BUSINESS_NAME_MATCH` - Checks whether the name on the identity document is present in the name of the registered sole proprietor in the relevant national registry.
          * `BUSINESS_INSIGHTS_MATCH` - Checks whether the name on the identity document matches one of the directors listed in the national registry, and whether the PSC data declared in the session is coherent with the PSC data in the registry.

          For information on which checks are performed for which user type and in which cases, see the dedicated guides: [Natural](/guides/users/verification/hosted/natural), [Soletrader](/guides/users/verification/hosted/soletrader), [Business](/guides/users/verification/hosted/business), [Organization](/guides/users/verification/hosted/organization).
        </ResponseField>

        <ResponseField name="CheckStatus" type="string">
          **Returned values:** `VALIDATED`, `REFUSED`

          The status of the verification check.
        </ResponseField>

        <ResponseField name="Reasons" type="array (object)">
          The reasons that the check was refused, which may be returned if `CheckStatus` was `REFUSED` (depending on the check type).

          <Expandable title="properties">
            <ResponseField name="Type" type="string">
              The type of the reason. For more details, see [refusals](/guides/users/verification/hosted#refusals).
            </ResponseField>

            <ResponseField name="Value" type="string">
              The explanation of the reason. If the refusal was automatic, this is a preset string. For Legal users, if the refusal follows a manual review, this is a custom explanation from the person who conducted the review.
            </ResponseField>
          </Expandable>
        </ResponseField>

        <ResponseField name="CreationDate" type="Unix timestamp">
          The date and time at which the check was created.
        </ResponseField>

        <ResponseField name="LastUpdate" type="Unix timestamp">
          The date and time at which the check was last updated.
        </ResponseField>

        <ResponseField name="Data" type="array (object)">
          The data extracted and verified during the check.

          This array may be empty if no data was extracted or is not applicable for the check.

          <Expandable title="properties">
            <ResponseField name="Type" type="string">
              The type of the data.

              For a Natural user:

              * `FIRST_NAME`
              * `LAST_NAME`
              * `BIRTHDATE`

              For a Legal user:

              * `COMPANY_NAME`
              * `COMPANY_NUMBER`
              * `LEGAL_REPRESENTATIVE_FIRST_NAME`
              * `LEGAL_REPRESENTATIVE_LAST_NAME`
              * `LEGAL_REPRESENTATIVE_BIRTHDATE`
            </ResponseField>

            <ResponseField name="Value" type="string">
              The value of the data. The value may be `null` or an empty string if data extraction was not possible but the check was still carried out.
            </ResponseField>
          </Expandable>
        </ResponseField>
      </Expandable>
    </ResponseField>
  </Accordion>
</AccordionGroup>

<ResponseExample>
  ```json PENDING theme={null}
  {
      "Id": "idnver_01JTGFRGJTHCKRZWAGSV1ZEF3W",
      "Tag": "Created using the Mangopay API Postman collection",
      "HostedUrl": "https://user-verification.sandbox.mangopay.com/6810d9b2c2885039758599bc?sessionId=6818d4082500001000a083b8&redirectURL=https%3A%2F%2Fexample.com%2F",
      "ReturnUrl": "https://example.com/",
      "Status": "PENDING",
      "UserId": "user_m_01JTG7NDTE52MZCCF50QHJ870A",
      "CreationDate": 1746457608,
      "LastUpdate": 1746457608,
      "Checks": []
  }
  ```

  ```json Natural VALIDATED theme={null}
  {
      "Id": "idnver_01JTG8BTG92TTRP5VSNV35ZYGM",
      "Tag": "Created using the Mangopay API Postman collection",
      "HostedUrl": "https://user-verification.sandbox.mangopay.com/6810d9b2c2885039758599bc?sessionId=6818b5bd24000034007adb66&redirectURL=https%3A%2F%2Fexample.com%2F",
      "ReturnUrl": "https://example.com/",
      "Status": "VALIDATED",
      "UserId": "user_m_01JTG7NDTE52MZCCF50QHJ870A",
      "CreationDate": 1746449852,
      "LastUpdate": 1746449945,
      "Checks": [
          {
              "CheckId": "idnchc_01JTG8EJC242YG9R5167TEDCJJ",
              "Type": "IDENTITY_DOCUMENT_VERIFICATION",
              "CheckStatus": "VALIDATED",
              "Reasons": [],
              "CreationDate": 1746449942,
              "LastUpdate": 1746449942,
              "Data": [
                  {
                      "Type": "FIRST_NAME",
                      "Value": "ALEX"
                  },
                  {
                      "Type": "LAST_NAME",
                      "Value": "SMITH"
                  },
                  {
                      "Type": "BIRTHDATE",
                      "Value": "775958800"
                  }
              ]
          },
          {
              "CheckId": "idnchc_01JTG8EMSD10Q83JZVS7PC5BDF",
              "Type": "IDV_NAME_MATCH_CHECK",
              "CheckStatus": "VALIDATED",
              "Reasons": [],
              "CreationDate": 1746449945,
              "LastUpdate": 1746449945,
              "Data": []
          },
          {
              "CheckId": "idnchc_01JTG8EN3YGMCR2DZNV9SBES47",
              "Type": "IDV_AGE_CHECK",
              "CheckStatus": "VALIDATED",
              "Reasons": [],
              "CreationDate": 1746449945,
              "LastUpdate": 1746449945,
              "Data": []
          }
      ]
  }
  ```

  ```json Natural REFUSED - Name mismatch theme={null}
  {
      "Id": "idnver_01JTG8BTG92TTRP5VSNV35ZYGM",
      "Tag": "Created using the Mangopay API Postman collection",
      "HostedUrl": "https://user-verification.sandbox.mangopay.com/6810d9b2c2885039758599bc?sessionId=6818b5bd24000034007adb66&redirectURL=https%3A%2F%2Fexample.com%2F",
      "ReturnUrl": "https://example.com/",
      "Status": "REFUSED",
      "UserId": "user_m_01JTG7NDTE52MZCCF50QHJ870A",
      "CreationDate": 1746449852,
      "LastUpdate": 1746449945,
      "Checks": [
          {
              "CheckId": "idnchc_01JTG8EJC242YG9R5167TEDCJJ",
              "Type": "IDENTITY_DOCUMENT_VERIFICATION",
              "CheckStatus": "VALIDATED",
              "Reasons": [],
              "CreationDate": 1746449942,
              "LastUpdate": 1746449942,
              "Data": [
                  {
                      "Type": "FIRST_NAME",
                      "Value": "ALEXIS"
                  },
                  {
                      "Type": "LAST_NAME",
                      "Value": "SMITH"
                  },
                  {
                      "Type": "BIRTHDATE",
                      "Value": "775958800"
                  }
              ]
          },
          {
              "CheckId": "idnchc_01JTG8EMSD10Q83JZVS7PC5BDF",
              "Type": "IDV_NAME_MATCH_CHECK",
              "CheckStatus": "REFUSED",
              "Reasons": [
                  {
                      "Type": "DOCUMENT_NOT_ACCEPTED",
                      "Value": "ID name mismatch with declared user data"
                  }
              ],
              "CreationDate": 1746449945,
              "LastUpdate": 1746449945,
              "Data": []
          },
          {
              "CheckId": "idnchc_01JTG8EN3YGMCR2DZNV9SBES47",
              "Type": "IDV_AGE_CHECK",
              "CheckStatus": "VALIDATED",
              "Reasons": [],
              "CreationDate": 1746449945,
              "LastUpdate": 1746449945,
              "Data": []
          }
      ]
  }
  ```

  ```json Natural REFUSED - Doc not accepted theme={null}
  {
      "Id": "idnver_01JTG7VYWNZJ0C02ZJTQF23GPD",
      "Tag": "Created using the Mangopay API Postman collection",
      "HostedUrl": "https://user-verification.sandbox.mangopay.com/6810d9b2c2885039758599bc?sessionId=6818b3b524000010000b8701&redirectURL=https%3A%2F%2Fexample.com%2F",
      "ReturnUrl": "https://example.com/",
      "Status": "REFUSED",
      "UserId": "user_m_01JTG7NDTE52MZCCF50QHJ870A",
      "CreationDate": 1746449333,
      "LastUpdate": 1746449646,
      "Checks": [
          {
              "CheckId": "idnchc_01JTG85E05C2PDPB7J2DZ2VQMB",
              "Type": "IDENTITY_DOCUMENT_VERIFICATION",
              "CheckStatus": "REFUSED",
              "Reasons": [
                  {
                      "Type": "FACE_MATCH_FAIL",
                      "Value": "Document IDV has been refused by the provider"
                  }
              ],
              "CreationDate": 1746449643,
              "LastUpdate": 1746449643,
              "Data": [
                  {
                      "Type": "FIRST_NAME",
                      "Value": ""
                  },
                  {
                      "Type": "LAST_NAME",
                      "Value": ""
                  },
                  {
                      "Type": "BIRTHDATE",
                      "Value": null
                  }
              ]
          }
      ]
  }
  ```

  ```json Soletrader VALIDATED theme={null}
  {
      "Id": "idnver_01JS43RGHMF7BEQBE0Q84AT4DH",
      "Tag": "Created using the Mangopay API Postman collection",
      "HostedUrl": "https://user-verification.sandbox.mangopay.com/6810d975c28850397585971b?sessionId=6819cc56270000350001fb38&redirectURL=https%3A%2F%2Fexample.com%2F",
      "ReturnUrl": "https://example.com/",
      "Status": "VALIDATED",
      "UserId": "user_m_01JS43QXKETMZXTGPPX60EX92B",
      "CreationDate": 1746521174,
      "LastUpdate": 1746521546,
      "Checks": [
          {
              "CheckId": "idnchc_01JS43WDEC19A9GB2Z4JB94MKJ",
              "Type": "BUSINESS_NAME_MATCH",
              "CheckStatus": "VALIDATED",
              "Reasons": [],
              "CreationDate": 1746521546,
              "LastUpdate": 1746521546,
              "Data": []
          },
          {
              "CheckId": "idnchc_01JTJCEH2DWX417FFS7G57YHQ4",
              "Type": "BUSINESS_VERIFICATION",
              "CheckStatus": "VALIDATED",
              "Reasons": [],
              "CreationDate": 1746521244,
              "LastUpdate": 1746521244,
              "Data": [
                  {
                      "Type": "COMPANY_NAME",
                      "Value": "ALEX SMITH SERVICES"
                  },
                  {
                      "Type": "COMPANY_NUMBER",
                      "Value": "123456789"
                  }
              ]
          },
          {
              "CheckId": "idnchc_01JTJCQN80FZM639ZA8WM4634N",
              "Type": "IDENTITY_DOCUMENT_VERIFICATION",
              "CheckStatus": "VALIDATED",
              "Reasons": [],
              "CreationDate": 1746521543,
              "LastUpdate": 1746521543,
              "Data": [
                  {
                      "Type": "LEGAL_REPRESENTATIVE_FIRST_NAME",
                      "Value": "ALEX"
                  },
                  {
                      "Type": "LEGAL_REPRESENTATIVE_LAST_NAME",
                      "Value": "SMITH"
                  },
                  {
                      "Type": "LEGAL_REPRESENTATIVE_BIRTHDATE",
                      "Value": "668649600"
                  }
              ]
          },
          {
              "CheckId": "idnchc_01JTJCQQMHSYMRHC43A0KFJZRP",
              "Type": "IDV_NAME_MATCH_CHECK",
              "CheckStatus": "VALIDATED",
              "Reasons": [],
              "CreationDate": 1746521546,
              "LastUpdate": 1746521546,
              "Data": []
          },
          {
              "CheckId": "idnchc_01JTJCQQT76ZC90S4726CJYFAR",
              "Type": "IDV_AGE_CHECK",
              "CheckStatus": "VALIDATED",
              "Reasons": [],
              "CreationDate": 1746521546,
              "LastUpdate": 1746521546,
              "Data": []
          }
      ]
  }
  ```

  ```json Soletrader REVIEW theme={null}
  {
      "Id": "idnver_01JTJCCBZXKEYTXRA6V4MB0QXG",
      "Tag": "Created using the Mangopay API Postman collection",
      "HostedUrl": "https://user-verification.sandbox.mangopay.com/6810d975c28850397585971b?sessionId=6819cc56270000350001fb38&redirectURL=https%3A%2F%2Fexample.com%2F",
      "ReturnUrl": "https://example.com/",
      "Status": "REVIEW",
      "UserId": "user_m_01JTJCC6TFG75TV37VHKC764ZP",
      "CreationDate": 1746521174,
      "LastUpdate": 1746521546,
      "Checks": [
          {
              "CheckId": "idnchc_01JTJCEH2DWX417FFS7G57YHQ4",
              "Type": "BUSINESS_VERIFICATION",
              "CheckStatus": "REFUSED",
              "Reasons": [
                  {
                      "Type": "DOCUMENT_NOT_ACCEPTED",
                      "Value": "Document has been refused by the provider"
                  }
              ],
              "CreationDate": 1746521244,
              "LastUpdate": 1746521244,
              "Data": [
                  {
                      "Type": "COMPANY_NAME",
                      "Value": "ALEX SMITH SERVICES"
                  },
                  {
                      "Type": "COMPANY_NUMBER",
                      "Value": "123456789"
                  }
              ]
          },
          {
              "CheckId": "idnchc_01JTJCQN80FZM639ZA8WM4634N",
              "Type": "IDENTITY_DOCUMENT_VERIFICATION",
              "CheckStatus": "VALIDATED",
              "Reasons": [],
              "CreationDate": 1746521543,
              "LastUpdate": 1746521543,
              "Data": [
                  {
                      "Type": "LEGAL_REPRESENTATIVE_FIRST_NAME",
                      "Value": "ALEX"
                  },
                  {
                      "Type": "LEGAL_REPRESENTATIVE_LAST_NAME",
                      "Value": "SMITH"
                  },
                  {
                      "Type": "LEGAL_REPRESENTATIVE_BIRTHDATE",
                      "Value": "668649600"
                  }
              ]
          },
          {
              "CheckId": "idnchc_01JTJCQQMHSYMRHC43A0KFJZRP",
              "Type": "IDV_NAME_MATCH_CHECK",
              "CheckStatus": "VALIDATED",
              "Reasons": [],
              "CreationDate": 1746521546,
              "LastUpdate": 1746521546,
              "Data": []
          },
          {
              "CheckId": "idnchc_01JTJCQQT76ZC90S4726CJYFAR",
              "Type": "IDV_AGE_CHECK",
              "CheckStatus": "VALIDATED",
              "Reasons": [],
              "CreationDate": 1746521546,
              "LastUpdate": 1746521546,
              "Data": []
          }
      ]
  }
  ```

  ```json Business VALIDATED theme={null}
  {
      "Id": "idnver_01JT8EBPE4GEN5W92BCZNDHQZ9",
      "Tag": "Created using the Mangopay API Postman collection",
      "HostedUrl": "https://user-verification.sandbox.mangopay.com/6810d990c288503975859882?sessionId=6814b5b82500002f00edcb7a&redirectURL=https%3A%2F%2Fwww.ReturnUrl.com%2F",
      "ReturnUrl": "https://www.example.com/",
      "Status": "VALIDATED",
      "UserId": "user_m_01JT8EBNP4F4YPMSS4GMTEMZBF",
      "CreationDate": 1746187704,
      "LastUpdate": 1746187990,
      "Checks": [
          {
              "CheckId": "idnchc_01JT8EFM7MWZ9AFX5VRHJTKFP3",
              "Type": "BUSINESS_VERIFICATION",
              "CheckStatus": "VALIDATED",
              "Reasons": [],
              "CreationDate": 1746187833,
              "LastUpdate": 1746187833,
              "Data": [
                  {
                      "Type": "COMPANY_NAME",
                      "Value": "EXAMPLE SERVICES"
                  },
                  {
                      "Type": "COMPANY_NUMBER",
                      "Value": "123456789"
                  }
              ]
          },
          {
              "CheckId": "idnchc_01JT8EMA22R2PSDD6NYDRADZPE",
              "Type": "IDENTITY_DOCUMENT_VERIFICATION",
              "CheckStatus": "VALIDATED",
              "Reasons": [],
              "CreationDate": 1746187987,
              "LastUpdate": 1746187987,
              "Data": [
                  {
                      "Type": "LEGAL_REPRESENTATIVE_FIRST_NAME",
                      "Value": "ALEX"
                  },
                  {
                      "Type": "LEGAL_REPRESENTATIVE_LAST_NAME",
                      "Value": "SMITH"
                  },
                  {
                      "Type": "LEGAL_REPRESENTATIVE_BIRTHDATE",
                      "Value": "775958800"
                  }
              ]
          },
          {
              "CheckId": "idnchc_01JT8EMCJH665WV75A0AYQ3J4F",
              "Type": "BUSINESS_INSIGHTS_MATCH",
              "CheckStatus": "VALIDATED",
              "Reasons": [],
              "CreationDate": 1746187989,
              "LastUpdate": 1746187989,
              "Data": []
          },
          {
              "CheckId": "idnchc_01JT8EMCPZ2ZPM318HEBEXD8SM",
              "Type": "IDV_NAME_MATCH_CHECK",
              "CheckStatus": "VALIDATED",
              "Reasons": [],
              "CreationDate": 1746187989,
              "LastUpdate": 1746187989,
              "Data": []
          },
          {
              "CheckId": "idnchc_01JT8EMCV6XGMJ5GC0Q17K4J0H",
              "Type": "IDV_AGE_CHECK",
              "CheckStatus": "VALIDATED",
              "Reasons": [],
              "CreationDate": 1746187989,
              "LastUpdate": 1746187989,
              "Data": []
          }
      ]
  }
  ```

  ```json Business REVIEW theme={null}
  {
      "Id": "idnver_01JTJCCBZXKEYTXRA6V4MB0QXG",
      "Tag": "Created using the Mangopay API Postman collection",
      "HostedUrl": "https://user-verification.sandbox.mangopay.com/6810d975c28850397585971b?sessionId=6819cc56270000350001fb38&redirectURL=https%3A%2F%2Fexample.com%2F",
      "ReturnUrl": "https://example.com/",
      "Status": "REVIEW",
      "UserId": "user_m_01JTJCC6TFG75TV37VHKC764ZP",
      "CreationDate": 1746521174,
      "LastUpdate": 1746521546,
      "Checks": [
          {
              "CheckId": "idnchc_01JTJCEH2DWX417FFS7G57YHQ4",
              "Type": "BUSINESS_VERIFICATION",
              "CheckStatus": "REFUSED",
              "Reasons": [
                  {
                      "Type": "DOCUMENT_NOT_ACCEPTED",
                      "Value": "Document has been refused by the provider"
                  }
              ],
              "CreationDate": 1746521244,
              "LastUpdate": 1746521244,
              "Data": [
                  {
                      "Type": "COMPANY_NAME",
                      "Value": "EXAMPLE SERVICES"
                  },
                  {
                      "Type": "COMPANY_NUMBER",
                      "Value": "123456789"
                  }
              ]
          },
          {
              "CheckId": "idnchc_01JTJCQN80FZM639ZA8WM4634N",
              "Type": "IDENTITY_DOCUMENT_VERIFICATION",
              "CheckStatus": "VALIDATED",
              "Reasons": [],
              "CreationDate": 1746521543,
              "LastUpdate": 1746521543,
              "Data": [
                  {
                      "Type": "LEGAL_REPRESENTATIVE_FIRST_NAME",
                      "Value": "ALEX"
                  },
                  {
                      "Type": "LEGAL_REPRESENTATIVE_LAST_NAME",
                      "Value": "SMITH"
                  },
                  {
                      "Type": "LEGAL_REPRESENTATIVE_BIRTHDATE",
                      "Value": "668649600"
                  }
              ]
          },
          {
              "CheckId": "idnchc_01JTJCQQMHSYMRHC43A0KFJZRP",
              "Type": "IDV_NAME_MATCH_CHECK",
              "CheckStatus": "VALIDATED",
              "Reasons": [],
              "CreationDate": 1746521546,
              "LastUpdate": 1746521546,
              "Data": []
          },
          {
              "CheckId": "idnchc_01JTJCQQT76ZC90S4726CJYFAR",
              "Type": "IDV_AGE_CHECK",
              "CheckStatus": "VALIDATED",
              "Reasons": [],
              "CreationDate": 1746521546,
              "LastUpdate": 1746521546,
              "Data": []
          }
      ]
  }
  ```

  ```json Business REFUSED theme={null}
  {
      "Id": "idnver_01JTJ6QBVXGPRDCMD6HW34Q049",
      "Tag": "Created using the Mangopay API Postman collection",
      "HostedUrl": "https://user-verification.sandbox.mangopay.com/6810d990c288503975859882?sessionId=6819b52b2400003200f1fb5b&redirectURL=https%3A%2F%2Fexample.com%2F",
      "ReturnUrl": "https://example.com/",
      "Status": "REFUSED",
      "UserId": "user_m_01JTJ6QB6PEKFRDKTX8JZS4QHR",
      "CreationDate": 1746515242,
      "LastUpdate": 1746515585,
      "Checks": [
          {
              "CheckId": "idnchc_01JTJ6TBFREZY6KDXVW62SFY6Y",
              "Type": "BUSINESS_VERIFICATION",
              "CheckStatus": "VALIDATED",
              "Reasons": [],
              "CreationDate": 1746515340,
              "LastUpdate": 1746515340,
              "Data": [
                  {
                      "Type": "COMPANY_NAME",
                      "Value": "EXAMPLE SERVICES"
                  },
                  {
                      "Type": "COMPANY_NUMBER",
                      "Value": null
                  }
              ]
          },
          {
              "CheckId": "idnchc_01JTJ6XRYDMHE1132HBQNDXBKB",
              "Type": "IDENTITY_DOCUMENT_VERIFICATION",
              "CheckStatus": "VALIDATED",
              "Reasons": [],
              "CreationDate": 1746515452,
              "LastUpdate": 1746515452,
              "Data": [
                  {
                      "Type": "LEGAL_REPRESENTATIVE_FIRST_NAME",
                      "Value": "ALEXIS"
                  },
                  {
                      "Type": "LEGAL_REPRESENTATIVE_LAST_NAME",
                      "Value": "SMITH"
                  },
                  {
                      "Type": "LEGAL_REPRESENTATIVE_BIRTHDATE",
                      "Value": "668649600"
                  }
              ]
          },
          {
              "CheckId": "idnchc_01JTJ6XVF039GY2FY4RT5PD4P9",
              "Type": "BUSINESS_INSIGHTS_MATCH",
              "CheckStatus": "REFUSED",
              "Reasons": [
                  {
                      "Type": "DOCUMENT_NOT_ACCEPTED",
                      "Value": "Not OK"
                  }
              ],
              "CreationDate": 1746515455,
              "LastUpdate": 1746515455,
              "Data": []
          },
          {
              "CheckId": "idnchc_01JTJ6XVRADVYC4D61CYQFMP00",
              "Type": "IDV_NAME_MATCH_CHECK",
              "CheckStatus": "REFUSED",
              "Reasons": [
                  {
                      "Type": "DOCUMENT_NOT_ACCEPTED",
                      "Value": "ID name mismatch with declared user data"
                  }
              ],
              "CreationDate": 1746515455,
              "LastUpdate": 1746515455,
              "Data": []
          },
          {
              "CheckId": "idnchc_01JTJ6XW1S6F03701FBGG2C3AY",
              "Type": "IDV_AGE_CHECK",
              "CheckStatus": "VALIDATED",
              "Reasons": [],
              "CreationDate": 1746515456,
              "LastUpdate": 1746515456,
              "Data": []
          }
      ]
  }
  ```
</ResponseExample>

<RequestExample>
  ```json REST theme={null}
  // GET has no body parameters
  ```

  ```java Java theme={null}
  import com.mangopay.MangoPayApi;
  import com.mangopay.entities.IdentityVerification;

  public class GetIdentityVerification {
      public static void main(String[] args) throws Exception {
          MangoPayApi mangopay = new MangoPayApi();
          mangopay.getConfig().setClientId("your-client-id");
          mangopay.getConfig().setClientPassword("your-api-key");

          String identityVerificationId = "idnver_01KMD8R2W6XP8NYQBRTPGFFJGS";

          IdentityVerification result = mangopay.getIdentityVerificationApi().get(identityVerificationId);
      }
  }
  ```

  ```javascript NodeJS theme={null}
  const mangopayInstance = require('mangopay4-nodejs-sdk');
  const mangopay = new mangopayInstance({
      clientId: 'your-client-id',
      clientApiKey: 'your-api-key',
  });

  const identityVerificationId = 'idnver_01KMD8R2W6XP8NYQBRTPGFFJGS';

  const getIdentityVerification = async (identityVerificationId) => {
      return await mangopay.IdentityVerifications.get(identityVerificationId)
          .then((response) => {
              console.info(response);
              return response;
          })
          .catch((err) => {
              console.log(err);
              return false;
          });
  };

  getIdentityVerification(identityVerificationId);
  ```

  ```ruby Ruby theme={null}
  require 'mangopay'

  MangoPay.configure do |client|
    client.preproduction = true
    client.client_id = 'your-client-id'
    client.client_apiKey = 'your-api-key'
    client.log_file = File.join(Dir.pwd, 'mangopay.log')
  end

  def get_identity_verification(identity_verification_id)
    begin
      response = MangoPay::IdentityVerification.get(identity_verification_id)
      puts response
      return response
    rescue MangoPay::ResponseError => error
      puts "Failed to get IdentityVerification: #{error.message}"
      puts "Error details: #{error.details}"
      return false
    end
  end

  identity_verification_id = 'idnver_01KMD8R2W6XP8NYQBRTPGFFJGS'

  get_identity_verification(identity_verification_id)
  ```

  ```python Python theme={null}
  import mangopay

  mangopay.client_id='your-client-id'
  mangopay.apikey='your-api-key'

  from mangopay.api import APIRequest
  handler = APIRequest(sandbox=True)

  from mangopay.resources import IdentityVerification

  identity_verification_id = 'idnver_01KMD8R2W6XP8NYQBRTPGFFJGS'

  result = IdentityVerification.get(identity_verification_id)
  ```

  ```php PHP theme={null}
  <?php

  require_once 'vendor/autoload.php';

  use MangoPay\Libraries\Exception as MGPException;
  use MangoPay\Libraries\ResponseException as MGPResponseException;
  use MangoPay\MangoPayApi;

  $api = new MangoPayApi();

  $api->Config->ClientId = 'your-client-id';
  $api->Config->ClientPassword = 'your-api-key';
  $api->Config->TemporaryFolder = 'tmp/';

  try {
      $identityVerificationId = 'idnver_01KMD8R2W6XP8NYQBRTPGFFJGS';
      
      $response = $api->IdentityVerifications->Get($identityVerificationId);

      print_r($response);
  } catch (MGPResponseException $e) {
      print_r($e);
  } catch (MGPException $e) {
      print_r($e);
  }
  ```

  ```csharp .NET theme={null}
  using System.Threading.Tasks;
  using MangoPay.SDK;

  class GetIdentityVerification
  {
      static async Task Main(string[] args)
      {
          MangoPayApi api = new MangoPayApi();

          api.Config.ClientId = "your-client-id";
          api.Config.ClientPassword = "your-api-key";

          var identityVerificationId = "idnver_01KMD8R2W6XP8NYQBRTPGFFJGS";

          var result = await api.IdentityVerifications.GetAsync(identityVerificationId);
      }
  }
  ```
</RequestExample>
