2016-09-06 09:17:41 +02:00
'\" t
2018-01-16 21:28:46 +01:00
. \" Title: lightning-listinvoices
2016-09-06 09:17:41 +02:00
. \" Author: [see the "AUTHOR" section]
. \" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
2018-01-16 21:28:46 +01:00
. \" Date: 01/16/2018
2016-09-06 09:17:41 +02:00
. \" Manual: \ \&
. \" Source: \ \&
. \" Language: English
. \"
2018-01-16 21:28:46 +01:00
.TH "LIGHTNING\-LISTINVOI" "7" "01/16/2018" "\ \&" "\ \&"
2016-09-06 09:17:41 +02:00
. \" -----------------------------------------------------------------
. \" * Define some portability stuff
. \" -----------------------------------------------------------------
. \" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
. \" http://bugs.debian.org/507673
. \" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
. \" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.ie \n (.g .ds Aq \(aq
.el .ds Aq '
. \" -----------------------------------------------------------------
. \" * set default formatting
. \" -----------------------------------------------------------------
. \" disable hyphenation
.nh
. \" disable justification (adjust text to left margin only)
.ad l
. \" -----------------------------------------------------------------
. \" * MAIN CONTENT STARTS HERE *
. \" -----------------------------------------------------------------
.SH "NAME"
2018-01-16 21:28:46 +01:00
lightning-listinvoices \- Protocol for querying invoice status
2016-09-06 09:17:41 +02:00
.SH "SYNOPSIS"
.sp
2018-01-16 21:28:46 +01:00
\fB listinvoices\fR [\fI label\fR ]
2016-09-06 09:17:41 +02:00
.SH "DESCRIPTION"
.sp
2018-01-16 21:28:46 +01:00
The \fB listinvoices\fR RPC command gets the status of a specific invoice, if it exists, or the status of all invoices if given no argument\& .
2016-09-06 09:17:41 +02:00
.SH "RETURN VALUE"
.sp
2018-01-13 12:19:33 +01:00
On success, an array \fI invoices\fR of objects is returned\& . Each object contains \fI label\fR , \fI payment_hash, \* (Aqcomplete\fR (a boolean), and \fI expiry_time\fR (a UNIX timestamp)\& . If the \fI msatoshi\fR argument to lightning\- invoice(7) was not "any", there will be an \fI msatoshi\fR field\& . If the invoice has been paid, there will be a \fI pay_index\fR field and an \fI msatoshi_received\fR field (which may be slightly greater than \fI msatoshi\fR as some overpaying is permitted to allow clients to obscure payment paths)\& .
2016-09-06 09:17:41 +02:00
.SH "AUTHOR"
.sp
Rusty Russell <rusty@rustcorp\& .com\& .au> is mainly responsible\& .
.SH "SEE ALSO"
.sp
lightning\- waitinvoice(7), lightning\- delinvoice(7), lightning\- invoice(7)\& .
.SH "RESOURCES"
.sp
Main web site: https://github\& .com/ElementsProject/lightning