Back
Checkout
{% if gateway == 'paystack' %}
Paystack
{% else %}
Monnify
{% endif %}
{% if action == 'upgrade' %}
Upgrading to {{ plan.name }}
{% elif action == 'downgrade' %}
Downgrading to {{ plan.name }}
{% elif action == 'renew' %}
Renewing {{ plan.name }}
{% else %}
New subscription — {{ plan.name }}
{% endif %}
{% if action == 'downgrade' %}
Downgrade Notice
Downgrading to {{ plan.name }} will take effect when your {{ current_sub.plan.name }}
subscription expires on {{ current_sub.expiry_date|date:"d M Y" }}.
No payment is required for downgrades. Your current plan remains active until that date.
{% else %}
Bank Transfer Details
Please transfer the total amount to the account below. Your subscription will be activated once payment is confirmed.
Bank Name: {{ manual_bank_details.bank_name }}
Account Number: {{ manual_bank_details.account_number }}
Account Name: {{ manual_bank_details.account_name }}
Amount to Pay:
{% if manual_bank_details.instructions %}
{{ manual_bank_details.instructions }}
{% endif %}
I Have Sent the Payment
{% endif %}