{% extends "superadmin/base.html" %} {% block superadmin_content %}

Platform Configuration & Settings

System defaults, pricing model rules, and gateway configurations

Booking Pricing Defaults

Daily Rate Fee Fee per 24-hour sale window paid upfront
GHS {{ config.BOOKING_DAILY_RATE }} / day
Commission Percentage Post-sale percentage on gross sales revenue
{{ config.BOOKING_COMMISSION_PERCENT }}%
Commission Activation Fee Upfront activation fee for commission-based booking
GHS {{ config.BOOKING_COMMISSION_MIN_FEE }}

Payment Gateway Configuration

Payment Provider Mobile Money & Card Processing
Paystack Ghana
Currency Platform native currency
Ghanaian Cedi (GHS)
Paystack Secret Key Configured in environment settings
{{ config.PAYSTACK_SECRET_KEY }}
{% endblock %}