{% extends 'property_manager_app/base_property_manager.html' %} {% load static %} {% block title %}Wallet Top-up | Home in Sri Lanka{% endblock %} {% block content %}
Property Care Wallet

Top Up Your Property Care Wallet

Add funds to your Property Care wallet so you can handle future monthly plan fees, maintenance-related charges, approved service requests, and other property care payments more conveniently.

Account
{{ profile.user.get_full_name|default:profile.user.username }}
Wallet Type
{{ account_label|default:"Property Care Wallet" }}
Current Balance
USD {{ wallet.balance_usd|floatformat:2 }}

Top-up Details

Enter the amount you want to add to your wallet and choose your preferred payment method.

{% csrf_token %} {% if form.non_field_errors %}
{% for error in form.non_field_errors %}
{{ error }}
{% endfor %}
{% endif %}
{{ form.amount_usd }} {% for error in form.amount_usd.errors %}
{{ error }}
{% endfor %}
{% for error in form.payment_method.errors %}
{{ error }}
{% endfor %}
Important: Wallet top-up payments are credited to your Property Care wallet only after payment confirmation. You can use your wallet balance for eligible future Property Care payments where wallet usage is enabled.

Wallet Summary

Your wallet helps you manage future property care payments more smoothly.

Available Balance USD {{ wallet.balance_usd|floatformat:2 }}
Wallet Status {% if wallet.is_active %} Active {% else %} Inactive {% endif %}
Profile Type Property Care Owner
Minimum Top-up USD 5.00

What can wallet funds be used for?

Wallet funds can support eligible Property Care payments in the future.

  • Monthly Property Care plan fees where wallet usage is enabled.
  • Approved repair, inspection, and maintenance service charges.
  • Future property-related service payments inside the Home in Sri Lanka ecosystem.
  • Convenient balance usage for repeat property care payments.

Quick Links

Continue managing your Property Care account.

{% endblock %}