{% extends "dashboard/base.html" %} {% load humanize %} {% block page_title %}Mobile Money Payout Details{% endblock %} {% block dashboard_content %}
{% if business.is_payout_configured %}
MoMo Payout Account Active: Sales revenue from your customer purchases is automatically settled directly to your {{ business.payout_provider }} wallet ({{ business.payout_account_number }}).
{% else %}
Action Required: Please configure your Mobile Money payout details below so customer sales revenue is paid out directly to your MoMo wallet without delay.
{% endif %}
{% csrf_token %}
Supports Ghanaian Mobile Money networks (MTN MoMo, Telecel Cash, AT Money).
+233
Enter your 9-digit Mobile Money subscriber number after +233 (e.g. 241234567).
Must match the official registered name on your Mobile Money SIM card.
{% endblock %} {% block extra_js %} {% endblock %}