{% extends "base.html" %} {% load humanize %} {% block title %}My Payments{% endblock %} {% block nav_payments_student %}active{% endblock %} {% block content %}
{% if enrollment %}{{ enrollment.program }}{% endif %}
| Fee Type | Program Fee | Paid | Outstanding |
|---|---|---|---|
| {{ row.label }} {% if row.is_exam %} {% endif %} | {{ row.total|floatformat:0|intcomma }} | {{ row.paid|floatformat:0|intcomma }} | {% if row.outstanding > 0 %} {{ row.outstanding|floatformat:0|intcomma }} {% else %} {% endif %} |
| Total | {{ total_fees|floatformat:0|intcomma }} | {{ total_paid|floatformat:0|intcomma }} | {{ total_outstanding|floatformat:0|intcomma }} |
Note: Exam fees may vary from time to time. The amount shown is an estimate — please confirm with the administration before making your exam fee payment.
Pay securely via Mobile Money (MTN/Airtel), Visa/Mastercard, or USSD — powered by Flutterwave.
Payments are verified and recorded instantly.
{% else %}All fees paid!
Your account is up to date.
No payment records yet.
Use the Pay Online Now button above to make your first payment.