===== Base Fare Commission ===== The **Base Fare Commission** is a discount applied **per booking** (not per passenger) and is displayed on the **checkout screen**. In the UI, this appears as a line item labeled **Base Fare Commission**. ---- ==== Location of Configuration ==== This discount is configured in the Admin portal at the following paths: * ADMIN → Airline Config → Default Section (B2B / B2C) * ADMIN → Airline Config → Specific Airlines * ADMIN → Agency Partners → [Company Name] → Airline Config → Parameter: `base fare commission` {{:fctdoc:b2c:bfc-admin.jpg?400|}} ---- ==== Discount Types & Logic ==== * **Percentage-Based Discount** Applies a percentage off the base fare. _Example: If base fare = $100 and discount = 2%, result = $2 off_ * **Fixed Discount** Applies a fixed amount off the base fare. _Example: $5 flat commission applied to booking_ * **If Both Are Enabled** The system calculates both and sums them. _**Final Commission = (Percentage of base fare) + (Fixed discount)**_ ---- ==== Display on Checkout Screen ==== This appears in the checkout summary as: **Base fare Commision** {{:fctdoc:b2c:bsc-_chk.jpg?400|}}