{% extends 'hosting_app/base_hosting.html' %} {% load static %} {% block title %}Payment Center | Host in Sri Lanka{% endblock %} {% block content %}
Hosting Partner Payment Center

Payment Center

Manage optional featured visibility payments, review your hosting wallet balance, and prepare for future event booking earnings and payout requests.

Hosting Partner

{{ host_profile.business_name }}

Featured Status

{% if host_profile.is_featured %} Featured Partner {% else %} Standard Partner {% endif %}

Wallet Balance

USD {{ wallet.balance_usd|floatformat:2 }}

Total Due

USD {{ total_due|floatformat:2 }}

Currently payable host-side items.

Total Paid

USD {{ total_paid|floatformat:2 }}

Completed host-side payments.

Wallet Balance

USD {{ wallet.balance_usd|floatformat:2 }}

Future event earnings will appear here.

Featured Venues

{{ featured_venues_count }}

Out of {{ total_venues }} venue{{ total_venues|pluralize }}.

{% csrf_token %}

Due Payments

Select payable items and continue to checkout. Currently, this section mainly handles the optional Hosting Partner featured visibility fee.

{% if due_items %}
{% for item in due_items %}
{% if item.id in selectable_item_ids %} {% else %} {% endif %}
{{ item.title }}
{% if item.description %}

{{ item.description }}

{% endif %}
USD {{ item.amount_usd|floatformat:2 }}
{{ item.get_payment_status_display }} {{ item.get_amount_state_display }} {% if item.is_optional %} Optional {% endif %} {% if item.reference_code %} {{ item.reference_code }} {% endif %}
{% endfor %}
{% else %}

No Due Payments

You do not have any currently due hosting partner payments. Optional featured visibility items may appear here when available.

{% endif %}
{% if optional_items %}

Optional Payments

Optional payments are not required to use the platform, but they may unlock extra visibility or promotional benefits.

{% for item in optional_items %}
{{ item.title }}
{% if item.description %}

{{ item.description }}

{% endif %}
USD {{ item.amount_usd|floatformat:2 }}
Optional {{ item.get_payment_status_display }}
{% endfor %}
{% endif %}

Paid Payment History

Completed host-side payments are shown here for reference.

{% if paid_items %}
{% for item in paid_items %}
{{ item.title }}
{% if item.description %}

{{ item.description }}

{% endif %}
USD {{ item.amount_usd|floatformat:2 }}
{% if item.reference_code %} {{ item.reference_code }} {% endif %}
{% endfor %}
{% else %}

No Paid Items Yet

Once you complete hosting partner payments, they will appear in this section.

{% endif %}
0 selected items · Total: USD 0.00

Hosting Wallet

Your future event booking earnings and payout-ready balance will be shown here.

Available Balance USD {{ wallet.balance_usd|floatformat:2 }}
Total Venues {{ total_venues }}
Public Venues {{ public_venues_count }}
Event Packages {{ total_event_packages }}
Meal Plans {{ total_meal_plans }}
Add-on Services {{ total_add_on_services }}

Featured Visibility

Featured status can help your hosting profile and public listings receive better attention.

Current Status {% if host_profile.is_featured %} Featured {% else %} Standard {% endif %}
Featured Venues {{ featured_venues_count }}

The featured payment is optional. After payment confirmation, your hosting profile and approved public listings can be marked as featured according to platform rules.

Quick Links

Continue managing your hosting partner account.

{% endblock %}