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

# Verification options

<ParamField body="policyId" type="string">
  The policy ID of the custom Identity Verification Policy to use during signer identity verification. (Custom IDV policies currently must be created by our Support Team for your organization.)
</ParamField>

<ParamField body="policyCode" type="string">
  The code of one of our standard Identity Verification Policy to use during signer identity verification.

  <Expandable title="Verification policies">
    | Policy Code                              | Pass-To-Sign | Region | Retries |
    | :--------------------------------------- | :----------: | :----: | :-----: |
    | trulioo3\_document                       |     false    |   Any  |    2    |
    | trulioo3\_document\_required             |     true     |   Any  |    2    |
    | trulioo3\_document\_ca\_strict           |     false    |   CA   |    2    |
    | trulioo3\_document\_ca\_strict\_required |     true     |   CA   |    2    |

    <Tip>
      **Pass-To-Sign** indicates whether the signer must successfully complete identity verification before they can sign their documents.
    </Tip>
  </Expandable>
</ParamField>
