Get send status
Returns the status of a specified outgoing Lightning payment, identified by its payment hash or invoice string. The state field tracks the payment lifecycle from start through paid; the preimage is included once the payment succeeded. If the wallet does not recognize the payment hash, it will return unknown. This is a read on the status in the db, so it does not trigger any sync before checking the state.
Authorizations
Base64url-encoded auth token
Path Parameters
Payment hash or invoice string to search for
Response
Returns the Lightning send status
The payment hash of the outgoing lightning payment
Lifecycle phase of the send: unknown, start, htlc-received,
payment-initiated, revocable-htlcs, revocation-stuck, or paid.
The invoice string, if known.
The payment preimage, revealed once the payment succeeded.