Pricing and fees | Functn Help Center

Category: Tickets

How to price tickets, decide who pays platform and processing fees, and configure tax-inclusive vs. tax-exclusive pricing.

# Pricing and fees ## What this covers This article describes the fee model implemented in server/utils/packageFees.ts. ## Where to find it Create or edit an event, then use the ticket setup area in the Pricing step or Tickets editor tab. Ticket types expose fee behavior at the ticket level. ![Pricing and fees — where to find it](/help-screenshots/pricing-and-fees/step-01.png) ## How it works The default fallback fee model is: | Fee | Default | |---|---| | Functn platform percentage | 2.5% of subtotal | | Functn flat ticket amount | $0.99 per ticket | | Payment processing percentage | 2.9% | | Payment processing fixed amount | $0.30 per transaction | | Dynamic pricing add-on fee | 0.5% when dynamic pricing is enabled | Organizer package settings can override the defaults. The server code calls the flat per-ticket Functn amount ticketFeePercentage for legacy reasons, but it is a dollar amount, not a percentage. Ticket-level fee absorption is controlled with an absorb-fees setting on ticket types. The current product does not expose a three-way split mode in Settings. ![Pricing and fees — how it works](/help-screenshots/pricing-and-fees/step-02.png) ## Limitations and notes There...