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

# PanEntryMode

`ENUM`

## Values

<ResponseField name="PAYMENT_METHOD_NOT_ON_FILE" type="enum" deprecated>
  Transaction using a payment method not saved on file with the acceptor

  **Deprecated:** Use KEYED instead.
</ResponseField>

<ResponseField name="PAYMENT_METHOD_ON_FILE" type="enum" deprecated>
  Transaction using the customer's payment method on file with the presenter. Often used in subscription models

  **Deprecated:** Use ON\_FILE instead.
</ResponseField>

<ResponseField name="KEYED" type="enum">
  The payment method was manually keyed into the point of sale.
</ResponseField>

<ResponseField name="ON_FILE" type="enum">
  The payment method was loaded from a stored location.
</ResponseField>
