Platform and processing fees | Functn Help Center

Category: Payouts and finance

Detailed breakdown of Functn platform fees, Stripe processing fees, and how to absorb or pass through.

# Platform and processing 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. ![Platform and processing fees — where to find it](/help-screenshots/platform-and-processing-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. ![Platform and processing fees — how it works](/help-screenshots/platform-and-...