{% extends "base/base.html" %} {% load static %} {% load humanize %} {% block title %}Payment Successful - {{ block.super }}{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
Thank you for your payment. Your booking is now confirmed and we've sent you a confirmation email.
{{ payment.transaction_reference|default:"N/A" }}
{{ payment.timestamp|date:"F j, Y H:i" }}
M-Pesa
| Item | Amount |
|---|---|
| {{ booking.equipment.name }} ({{ booking.get_duration_display }}) | KSh {{ booking.total_amount|floatformat:2|intcomma }} |
| Delivery Fee ({{ booking.delivery_location }}) | KSh {{ booking.delivery_fee|floatformat:2|intcomma }} |
| Total Paid | KSh {{ payment.amount|floatformat:2|intcomma }} |
| Balance Due | KSh {{ booking.balance_due|floatformat:2|intcomma }} |
We've sent a confirmation email with all the details.
Bring your ID when picking up the equipment.
Contact our support team for any questions.
A confirmation has been sent to your email address. If you have any questions, please contact our support team.