{% extends 'base.html' %} {% block title %}M-Pesa Configuration{% endblock %} {% block content %}
Environment: {{ config.get_environment_display }}
Short Code: {{ config.business_short_code }}
Status: {% if config.is_active %} Active {% else %} Inactive {% endif %}
Make sure your callback URLs are publicly accessible and use HTTPS in production. The system will automatically register these URLs with M-Pesa when you save.