diff options
| author | Semisol <45574030+Semisol@users.noreply.github.com> | 2023-04-27 17:24:20 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-27 17:24:20 +0300 |
| commit | 5a8c463641b3dbaf927f7e0479ff046f0f6fb646 (patch) | |
| tree | ddb1936a67900f2747eab74391f26a3c9a7b7ea8 /47.md | |
| parent | de095e47580e63d91faf541e6a0c84ae5c0ca8fd (diff) | |
NIP-47: Add error for payment failed
Diffstat (limited to '47.md')
| -rw-r--r-- | 47.md | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -111,6 +111,9 @@ Response: | |||
| 111 | } | 111 | } |
| 112 | ``` | 112 | ``` |
| 113 | 113 | ||
| 114 | Errors: | ||
| 115 | - `PAYMENT_FAILED`: The payment failed. This may be due to a timeout, exhausting all routes, insufficient capacity or similar. | ||
| 116 | |||
| 114 | ## Example pay invoice flow | 117 | ## Example pay invoice flow |
| 115 | 118 | ||
| 116 | 0. The user scans the QR code generated by the **wallet service** with their **client** application, they follow a `nostr+walletconnect:` deeplink or configure the connection details manually. | 119 | 0. The user scans the QR code generated by the **wallet service** with their **client** application, they follow a `nostr+walletconnect:` deeplink or configure the connection details manually. |