Description Amount Sats {{invoiceValueHint}}
Invoices History
Filter By {{getLabel(column)}} Filter
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?.amount_msat/1000 | number:invoice?.amount_msat < 1000 ? '1.0-4' : '1.0-0'}} Amount Settled (Sats) {{invoice?.amount_received_msat/1000 | number:invoice?.amount_received_msat < 1000 ? '1.0-4' : '1.0-0'}}
Download CSV
View Info Refresh

No invoice available.

Getting invoices...

{{errorMessage}}