{% extends "public.html" %} {% block page %}
Copy LNURL
Public page

Most extensions have a public page that can be shared (this page will still be accessible even if you have restricted access to your LNbits install).

In this example when a user pays the LNURLpay it triggers an event via a websocket waiting for the payment, which you can subscribe to somewhere using wss://{your-lnbits}/api/v1/ws/{the-id-of-this-record}

{% endblock %} {% block scripts %} {% endblock %}