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

# SanitizedFieldOutput

> Invalid input fields can be sanitized by Tesouro to prevent the payment transaction request from failing. This represents a field that was detected as invalid and sanitized by Tesouro.

`OBJECT`

Invalid input fields can be sanitized by Tesouro to prevent the payment transaction request from failing. This represents a field that was detected as invalid and sanitized by Tesouro.

## Fields

<ResponseField name="fieldName" type="String!" required>
  The name of the sanitized field.
</ResponseField>

<ResponseField name="fieldPath" type="String!" required>
  The path to the sanitized field within the payment transaction request.
</ResponseField>

<ResponseField name="originalValue" type="String">
  The invalid value that was sanitized, represented as a string.
</ResponseField>

<ResponseField name="sanitizedValue" type="String">
  What Tesouro sanitized the value to, represented as a string.
</ResponseField>

<ResponseField name="reason" type="String!" required>
  The reason Tesouro sanitized the value.
</ResponseField>
