{% extends 'property_manager_app/base_property_manager.html' %} {% load static %} {% block title %}Payment Successful | Home in Sri Lanka{% endblock %} {% block content %}
Secure Property Care Payment Completed

Payment successful. Your care plan is active.

Thank you. Your Property Care payment has been recorded successfully. Your monthly care plan payment has been processed, and the next billing cycle can now be prepared automatically by the system.

Payment Confirmation

Transaction reference and paid item summary for your Home in Sri Lanka Property Care account.

{{ payment_transaction.get_status_display }}
Transaction No #{{ payment_transaction.id }}
Payment Method {{ payment_transaction.get_payment_method_display }}
Total Selected Amount ${{ payment_transaction.total_amount_usd }}
Gateway Paid ${{ payment_transaction.gateway_amount_usd }}
Wallet Used ${{ payment_transaction.wallet_deduction_usd }}
Gateway Reference {% if payment_transaction.gateway_transaction_id %} {{ payment_transaction.gateway_transaction_id }} {% elif payment_transaction.gateway_session_id %} {{ payment_transaction.gateway_session_id }} {% else %} Internal wallet payment {% endif %}
Paid Items

These Property Care items were included in this payment transaction.

    {% for item in payment_transaction.items.all %}
  • {{ item.payable_item.title }}
    Monthly care payment successfully processed
    ${{ item.amount_usd }}
  • {% empty %}
  • No payment items found.
  • {% endfor %}
What happens next?

Your Property Care monthly plan payment is now recorded. The system can deactivate the paid billing cycle and create the next monthly payable item according to your finalized care plan.

Your transaction has been recorded securely. Please keep your transaction number #{{ payment_transaction.id }} for future reference.
{% endblock %}