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

# NameVerificationResponseCode

`ENUM`

## Values

<ResponseField name="MATCH" type="enum">
  The submitted name successfully matched the name associated with the account.
</ResponseField>

<ResponseField name="NO_MATCH" type="enum">
  The submitted name did not match the name associated with the account.
</ResponseField>

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

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