You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: readme.md
+6-4
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,14 @@
1
-
### JSON Payment Protocol Interface
1
+
### JSON Payment Protocol Interface v2
2
2
3
-
This is the second version of the JSON payment protocol interface. If you have questions about the specification itself, [view the documentation](v2/specification.md).
3
+
This is the second version of the JSON payment protocol interface. If you have questions about the v2 specification itself, [view the documentation](v2/specification.md).
4
4
5
-
If you have questions about the first version of the specification [view the documentation](v1/specification.md).
5
+
[If you have questions about the first version of the specification view the documentation](v1/specification.md).
6
6
7
7
8
8
### Getting Started with v2
9
-
TBD
9
+
This is actively being implemented. The plan is to:
10
+
* Update the bitpay side to send the v2 structure
11
+
* Change the json-payment-protocol client code to work with v1 and v2
0 commit comments