Skip to main content
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

INTERCHANGE_FEE
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.
NETWORK_FEE
enum
Fee charged by card networks (e.g., Visa, Mastercard) for using their payment infrastructure and services.
PROCESSOR_FEE
enum
Fee charged by Tesouro for processing transactions and providing payment processing services.
PRESENTER_FEE
enum
deprecated
Fee charged by the partner entity to the acceptor.Deprecated: Use PARTNER_FEE instead
PARTNER_FEE
enum
Fee charged by the partner entity to the acceptor for general payment processing and business services.
CONVENIENCE_FEE
enum
Optional fee charged by the partner entity to the acceptor’s customer for the convenience of using alternative payment channels or methods.
SERVICE_FEE
enum
Optional fee charged by the partner entity to the acceptor’s customer for value-added services beyond basic payment processing.
SURCHARGE
enum
Optional fee charged by the partner entity to the acceptor’s customer to offset payment processing costs, particularly for credit card transactions.