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

# SecurityCodeInput

> Either the security code value or omission reason.

`INPUT_OBJECT`

Either the security code value or omission reason.

## Fields

<ResponseField name="value" type="String" />

<ResponseField name="omissionReason" type="SecurityCodeOmissionReason">
  <Expandable title="Possible enum values">
    <ResponseField name="VERIFICATION_NOT_REQUESTED" type="enum">
      The acceptor is not requesting the security code.
    </ResponseField>

    <ResponseField name="ILLEGIBLE" type="enum">
      The security code is present, but not legible.
    </ResponseField>

    <ResponseField name="NOT_IMPRINTED" type="enum">
      The security code is not imprinted on the card.
    </ResponseField>
  </Expandable>
</ResponseField>
