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

Payment Checkout

Review your selected hosting partner payment items and choose a payment method to continue securely.

Selected Payable Items

These are the host-side payment items selected from your Hosting Partner Payment Center.

{% for item in payable_items %} {% endfor %}
Title Type Amount
{{ item.title }}
{% if item.description %}

{{ item.description }}

{% endif %} {% if item.reference_code %}

Reference: {{ item.reference_code }}

{% endif %}
{{ item.get_payment_for_display }} USD {{ item.amount_usd|floatformat:2 }}
Wallet covers USD 0.00, remaining USD 0.00 via selected payment method.
USD {{ wallet.balance_usd|floatformat:2 }}
Total Payment USD {{ total_amount|floatformat:2 }}
Note: This checkout is for Hosting Partner payments such as optional featured visibility. Future guest event booking earnings will be handled separately through your hosting wallet.

Choose Payment Method

Select how you want to complete this payment.

{% csrf_token %} {% for item in payable_items %} {% endfor %}
Secure HTTPS SSL TLS Protected
Secure Checkout Your payment is protected through SSL/TLS encrypted connection.
Selected Items {{ payable_items|length }}
Wallet Balance USD {{ wallet.balance_usd|floatformat:2 }}
Total Payment USD {{ total_amount|floatformat:2 }}
Back to Payment Center
{% endblock %}