Sats {{invoiceValueHint}}
Invoices History
{{getLabel(column)}}
Expiry Date {{(invoice?.expires_at * 1000) | date:'dd/MMM/y HH:mm'}} Date Settled {{((invoice?.paid_at * 1000) | date:'dd/MMM/y HH:mm') || '-'}} Type {{ invoice?.bolt12 ? 'Bolt12' : (invoice?.bolt11 && invoice.label.includes('keysend-')) ? 'Keysend' : 'Bolt11' }} Description
{{invoice?.description}}
Label
{{invoice?.label}}
Payment Hash
{{invoice?.payment_hash}}
Invoice
{{invoice?.bolt11}}
Amount (Sats) {{invoice?.msatoshi/1000 | number:invoice?.msatoshi < 1000 ? '1.0-4' : '1.0-0'}} Amount Settled (Sats) {{invoice?.msatoshi_received/1000 | number:invoice?.msatoshi_received < 1000 ? '1.0-4' : '1.0-0'}}
Download CSV
View Info Refresh

No invoice available.

Getting invoices...

{{errorMessage}}