M-Pesa Transactions

Make a New Payment {% for tx in transactions %} {% empty %} {% endfor %}
Receipt Phone Amount Date Status
{{ tx.mpesa_receipt_number|default:"--" }} {{ tx.phone_number }} KES {{ tx.amount|default:"0" }} {{ tx.transaction_date|date:"d M Y, H:i" }} {% if tx.result_code == 0 %} Completed {% else %} Failed/Cancelled {% endif %}
No transactions found.