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

# CardSecurityCodeResponseDetails

`OBJECT`

## Fields

<ResponseField name="processorCode" type="SecurityCodeResponse!" required>
  The card security code verification result, normalized and described by Tesouro.

  <Expandable title="Possible enum values">
    <ResponseField name="MATCH" type="enum">
      The security code submitted successfully matched the code on the card.
    </ResponseField>

    <ResponseField name="NO_MATCH" type="enum">
      The security code submitted did not match the code on the card.
    </ResponseField>

    <ResponseField name="NO_RESPONSE" type="enum">
      The card security code verification was attempted, but a response was not provided by the issuer or processor.
    </ResponseField>

    <ResponseField name="NOT_ATTEMPTED" type="enum">
      The card security code verification was not attempted.
    </ResponseField>
  </Expandable>
</ResponseField>

<ResponseField name="networkCode" type="String">
  The response code sent from the network detailing the card security code verification results.
</ResponseField>
