DEMO MODE — no real charges. This checkout only simulates a 50% deposit.

Deposit checkout

{{ checkout.title }} · Room {{ checkout.room }}

← Back to calendar
{% if checkout.status == 'paid' %}
Demo deposit recorded. Booking confirmed. No card was charged.
{% elif checkout.status == 'cancelled' %}
Checkout cancelled — slot released.
{% endif %}

Price

Total
€{{ checkout.total_eur }}
Deposit due now (50%)
€{{ checkout.deposit_eur }}
Balance later
€{{ checkout.balance_eur }}
{% if checkout.status == 'pending' %}

Fake card form — nothing is sent to a payment processor.

{% endif %}