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

# AllocationFeeType

> Types of fees that can be allocated to a transaction. This includes both required network and processing fees as well as optional fees that may be charged by partners.

`ENUM`

Types of fees that can be allocated to a transaction. This includes both required network and processing fees as well as optional fees that may be charged by partners.

## Values

<ResponseField name="INTERCHANGE_FEE" type="enum">
  Fee paid to the card-issuing bank for processing a card transaction. Set by card networks and
  calculated based on factors like card type, merchant category, and transaction amount.
</ResponseField>

<ResponseField name="NETWORK_FEE" type="enum">
  Fee charged by card networks (e.g., Visa, Mastercard) for using their payment infrastructure and
  services.
</ResponseField>

<ResponseField name="PROCESSOR_FEE" type="enum">
  Fee charged by Tesouro for processing transactions and providing payment processing services.
</ResponseField>

<ResponseField name="PRESENTER_FEE" type="enum" deprecated>
  Fee charged by the partner entity to the acceptor.

  **Deprecated:** Use PARTNER\_FEE instead
</ResponseField>

<ResponseField name="PARTNER_FEE" type="enum">
  Fee charged by the partner entity to the acceptor for general payment processing and business
  services.
</ResponseField>

<ResponseField name="CONVENIENCE_FEE" type="enum">
  Optional fee charged by the partner entity to the acceptor's customer for the convenience of using
  alternative payment channels or methods.
</ResponseField>

<ResponseField name="SERVICE_FEE" type="enum">
  Optional fee charged by the partner entity to the acceptor's customer for value-added services
  beyond basic payment processing.
</ResponseField>

<ResponseField name="SURCHARGE" type="enum">
  Optional fee charged by the partner entity to the acceptor's customer to offset payment processing
  costs, particularly for credit card transactions.
</ResponseField>
