{% extends 'expat_life/base.html' %} {% load static %} {% block title %}Guest Wallet Top-up{% endblock %} {% block content %}
Guest Wallet

Top Up Your Wallet

Add funds to your Guest wallet so you can pay future Live in Sri Lanka services, confirmations, bookings, upgrades, and other approved platform payments more easily.

Account

{{ profile.user.get_full_name|default:profile.user.username }}

Wallet Type

{{ account_label|default:"Guest 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 Guest wallet only after payment confirmation. You can later use your wallet balance for eligible Live in Sri Lanka payments.

Wallet Summary

Your wallet helps you manage future platform payments more conveniently.

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

What can wallet funds be used for?

Wallet funds can support eligible future payments in your Guest journey.

  • Guest confirmation and service-related payments.
  • Package-related payments and approved upgrades.
  • Rental, furniture, booking, or arrangement payments where wallet usage is enabled.
  • Future eligible services inside the Live in Sri Lanka platform.

Quick Links

Continue managing your Guest account.

{% endblock %}