{% extends "base.html" %} {% from "macros.jinja" import window_vars with context %} {% block scripts %} {{ window_vars(user) }} {% endblock %} {% block page %}
Quick vouchers Advanced withdraw link(s)
Withdraw links
Export to CSV
{% raw %} {% endraw %}
LNbits LNURL-withdraw extension
{% include "withdraw/_api_docs.html" %} {% include "withdraw/_lnurl.html" %}
Use unique withdraw QR codes to reduce `assmilking` This is recommended if you are sharing the links on social media or print QR codes.
Update withdraw link Create withdraw link Cancel
Create vouchers Cancel
{% raw %}

ID: {{ qrCodeDialog.data.id }}
Unique: {{ qrCodeDialog.data.is_unique }} (QR code will change after each withdrawal)
Max. withdrawable: {{ qrCodeDialog.data.max_withdrawable }} sat
Wait time: {{ qrCodeDialog.data.wait_time }} seconds
Withdraws: {{ qrCodeDialog.data.used }} / {{ qrCodeDialog.data.uses }}

{% endraw %}
Copy LNURL Shareable link Close
{% endblock %}