{% extends 'base.html' %} {% load static %} {% block title %}{% if branch %}Edit Branch{% else %}Add Branch{% endif %}{% endblock %} {% block content %}

{% if branch %} Edit Branch: {{ branch.name }} {% else %} Add New Branch {% endif %}

{% csrf_token %}
Please provide a branch name.
Please provide a branch code.
Unique identifier for this branch
Only one branch can be set as the main branch
{% if branch %}
{% endif %}
M-Pesa Configuration
Configure M-Pesa settings for this branch. Only shortcode is configurable per branch.
PayBill number for this branch. Leave blank to use default: 4159523
Production M-Pesa Configuration:
Shortcode: {{ branch.get_mpesa_shortcode }}
Consumer Key: 9mD1A3H1qw5grqdqkZ4X1G9zbNxioydHXL5An4nkUGRlNRKr
Consumer Secret: C2dqBSaGFUIporfYYuyhQgnfPEqLvCS3GvfAJ91ENkXI2bhqptlVXAqMelsEpLQR
Environment: Production
These credentials are hardcoded for your production account.
Back to List
{% endblock %}