Skip to content

Commit 399d0a2

Browse files
committed
Adding invoice information with instructions
1 parent 29d3ca7 commit 399d0a2

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

v2/specification.md

+15
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,11 @@ A GET request should be made to the payment protocol url with ?chain=chain&curre
9797
```
9898
{
9999
"chain": "BTC",
100+
"time": "2018-01-12T22:04:54.364Z",
101+
"expires": "2018-01-12T22:19:54.364Z",
102+
"memo": "Payment request for BitPay invoice TmyrxFvAi4DjFNy3c7EjVm for merchant Robs Fake Business",
103+
"paymentUrl": "https://localhost:5555/i/TmyrxFvAi4DjFNy3c7EjVm",
104+
"paymentId": "TmyrxFvAi4DjFNy3c7EjVm",
100105
"instructions": [
101106
{
102107
"type": "transaction",
@@ -116,6 +121,11 @@ A GET request should be made to the payment protocol url with ?chain=chain&curre
116121
```
117122
{
118123
"chain": "ETH",
124+
"time": "2018-01-12T22:04:54.364Z",
125+
"expires": "2018-01-12T22:19:54.364Z",
126+
"memo": "Payment request for BitPay invoice TmyrxFvAi4DjFNy3c7EjVm for merchant Robs Fake Business",
127+
"paymentUrl": "https://localhost:5555/i/TmyrxFvAi4DjFNy3c7EjVm",
128+
"paymentId": "TmyrxFvAi4DjFNy3c7EjVm",
119129
"instructions": [
120130
{
121131
"type": "transaction",
@@ -135,6 +145,11 @@ A GET request should be made to the payment protocol url with ?chain=chain&curre
135145
{
136146
"chain": "ETH",
137147
"currency": "GUSD",
148+
"time": "2018-01-12T22:04:54.364Z",
149+
"expires": "2018-01-12T22:19:54.364Z",
150+
"memo": "Payment request for BitPay invoice TmyrxFvAi4DjFNy3c7EjVm for merchant Robs Fake Business",
151+
"paymentUrl": "https://localhost:5555/i/TmyrxFvAi4DjFNy3c7EjVm",
152+
"paymentId": "TmyrxFvAi4DjFNy3c7EjVm",
138153
"instructions": [
139154
{
140155
"type": "transaction",

0 commit comments

Comments
 (0)