![]() |
![]()
| ![]() |
![]()
NAMElightning-listsendpays - Low-level command for querying sendpay statusSYNOPSISlistsendpays [bolt11] [payment_hash] [status]DESCRIPTIONThe listsendpays RPC command gets the status of all sendpay commands (which is also used by the pay command), or with bolt11 or payment_hash limits results to that specific payment. You cannot specify both. It is possible filter the payments also by status.Note that in future there may be more than one concurrent sendpay command per pay, so this command should be used with caution. RETURN VALUENote that the returned array is ordered by increasing id.On success, an object containing payments is returned. It is an array of objects, where each object contains:
If status is "complete":
If status is "failed":
AUTHORChristian Decker <decker.christian@gmail.com> is mainly responsible.SEE ALSOlightning-listpays(7), lightning-sendpay(7), lightning-listinvoice(7).RESOURCESMain web site: https://github.com/ElementsProject/lightning
|