Skip to content

Commit 4d09b48

Browse files
committed
Adding routes to distinguish between the options and the details
1 parent cf0ef21 commit 4d09b48

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

v2/specification.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Broadcasting a payment before getting a success notification back from the serve
2828
### Request
2929
A GET request should be made to payment protcol url.
3030
Example:
31-
* /i/:someinvoiceid
31+
* /i/:someinvoiceid/payment-options
3232

3333

3434
### Response
@@ -102,9 +102,9 @@ A GET request should be made to the payment protocol url with ?chain=chain&curre
102102

103103
#### Examples:
104104

105-
* /i/:someinvoiceid?chain=BTC
106-
* /i/:someinvoiceid?chain=ETH
107-
* /i/:someinvoiceid?chain=ETH&currency=GUSD
105+
* /i/:someinvoiceid/payment-details?chain=BTC
106+
* /i/:someinvoiceid/payment-details?chain=ETH
107+
* /i/:someinvoiceid/payment-details?chain=ETH&currency=GUSD
108108

109109
### Response
110110
#### BTC / BCH Response

0 commit comments

Comments
 (0)