l402-reconcile
Resolve unknown-outcome payments that pause auto-pay. List unresolved payments or check a payment hash to settle, clear, or abandon with human confirmation.
Instructions
Resolve a payment whose outcome is unknown. While one is unresolved, auto-pay to that service is paused. Call with no arguments to list them, or with a paymentHash to ask the wallet (NWC lookup_invoice, or the Cashu mint for a reserved melt). A settled payment stores its credential when it can; a failed one is cleared. A preimage that hashes to the payment hash also settles it. abandon: true asks the human to confirm that the payment did not go out.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| abandon | No | Stop tracking the payment. Requires the human to approve through the client. | |
| preimage | No | Settlement preimage, if the human has one from their wallet | |
| paymentHash | No | Payment hash from an unknown-outcome payment. Omit to list unresolved payments. |