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

# NameVerificationResponseDetails

`OBJECT`

## Fields

<ResponseField name="processorCode" type="NameVerificationResponseCode!" required>
  The name verification service result, normalized and described by Tesouro.

  <Expandable title="Possible 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>
  </Expandable>
</ResponseField>
