{% extends "subscriptions/base.html" %} {% load static %} {% load currency_filters %} {% block title %}Pricing — SwiftPOS{% endblock %} {% block meta_description %}Transparent, affordable pricing for every business size. Start free, upgrade as you grow.{% endblock %} {% endblock %} {% block content %}

Simple, transparent pricing

Start free for 3 days. No credit card required. Cancel anytime.

{% for plan in plans %} {% with is_popular=forloop.counter0 %}
{% if forloop.counter == 2 %} {% endif %}
{{ plan.name }}
{{ plan.price_monthly|currency:0 }}/month
Start Free Trial
Max branches: {{ plan.max_branches }} {% if plan.feature_android_app %} Android App{% endif %}
{% endwith %} {% endfor %} {% if not plans %}

Plans coming soon. Start your free trial

{% endif %}

Frequently Asked Questions

Is the 3-day trial really free?
Yes! No credit card required. You get full access to the system during your trial period.
Can I upgrade or downgrade my plan?
Yes. Upgrades take effect immediately after payment. Downgrades are applied at the end of your current billing cycle.
What payment methods are accepted?
We accept all Nigerian bank cards, bank transfers, USSD, and mobile money via Monnify — a CBN-licensed payment gateway.
What happens when my subscription expires?
You'll receive reminder emails 3 days and 1 day before expiry. After expiry, you'll be redirected to renew your subscription. Your data is never deleted.
{% endblock %} {% block extra_js %} {% endblock %}