{% extends "public.html" %} {% block page %}
{{ charge.description }}
Time elapsed
Charge paid
Awaiting payment... {% raw %} {{ newTimeLeft }} {% endraw %}
Charge ID: {{ charge.id }}
{% raw %} Total to pay: {{ charge_amount }}sats
Amount paid: {{ charge_balance }}

Amount due: {{ charge_amount - charge_balance }}sats {% endraw %}
bitcoin onchain payment method not available pay with lightning
bitcoin lightning payment method not available pay onchain
Pay this
lightning-network invoice
Copy invoice
Send {{ charge.amount }}sats
to this onchain address
Copy address
{% endblock %} {% block scripts %} {% endblock %}