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

# SecurityCodeResponse

> Possible response values for the card security code verification result.

`ENUM`

Possible response values for the card security code verification result.

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