We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf0ef21 commit 4d09b48Copy full SHA for 4d09b48
v2/specification.md
@@ -28,7 +28,7 @@ Broadcasting a payment before getting a success notification back from the serve
28
### Request
29
A GET request should be made to payment protcol url.
30
Example:
31
- * /i/:someinvoiceid
+ * /i/:someinvoiceid/payment-options
32
33
34
### Response
@@ -102,9 +102,9 @@ A GET request should be made to the payment protocol url with ?chain=chain&curre
102
103
#### Examples:
104
105
- * /i/:someinvoiceid?chain=BTC
106
- * /i/:someinvoiceid?chain=ETH
107
- * /i/:someinvoiceid?chain=ETH¤cy=GUSD
+ * /i/:someinvoiceid/payment-details?chain=BTC
+ * /i/:someinvoiceid/payment-details?chain=ETH
+ * /i/:someinvoiceid/payment-details?chain=ETH¤cy=GUSD
108
109
110
#### BTC / BCH Response
0 commit comments