@@ -97,6 +97,11 @@ A GET request should be made to the payment protocol url with ?chain=chain&curre
97
97
```
98
98
{
99
99
"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",
100
105
"instructions": [
101
106
{
102
107
"type": "transaction",
@@ -116,6 +121,11 @@ A GET request should be made to the payment protocol url with ?chain=chain&curre
116
121
```
117
122
{
118
123
"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",
119
129
"instructions": [
120
130
{
121
131
"type": "transaction",
@@ -135,6 +145,11 @@ A GET request should be made to the payment protocol url with ?chain=chain&curre
135
145
{
136
146
"chain": "ETH",
137
147
"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",
138
153
"instructions": [
139
154
{
140
155
"type": "transaction",
0 commit comments