upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/47.md
diff options
context:
space:
mode:
authorSemisol <45574030+Semisol@users.noreply.github.com>2023-04-27 17:24:20 +0300
committerGitHub <noreply@github.com>2023-04-27 17:24:20 +0300
commit5a8c463641b3dbaf927f7e0479ff046f0f6fb646 (patch)
treeddb1936a67900f2747eab74391f26a3c9a7b7ea8 /47.md
parentde095e47580e63d91faf541e6a0c84ae5c0ca8fd (diff)
NIP-47: Add error for payment failed
Diffstat (limited to '47.md')
-rw-r--r--47.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/47.md b/47.md
index 083dabe..aa58b5c 100644
--- a/47.md
+++ b/47.md
@@ -111,6 +111,9 @@ Response:
111} 111}
112``` 112```
113 113
114Errors:
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
1160. 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. 1190. 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.