Skip to content

Commit cf0ef21

Browse files
committed
More accurate reflection of the body
1 parent 3c88986 commit cf0ef21

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

v2/specification.md

+5
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,11 @@ On a successful request, the response will contain the following headers.
196196
* `x-signature` - A cryptographic signature of the SHA256 hash of the payload. This is to prove that the payment request was not tampered with before being received by the wallet.
197197

198198
#### Body
199+
* `time` - ISO Date format of when the invoice was generated
200+
* `expires` - ISO Date format of when the invoice will expire
201+
* `memo` - A plain text description of the payment request, can be displayed to the user / kept for records
202+
* `paymentUrl` - The url where the payment should be sent
203+
* `paymentId` - The invoice ID, can be kept for records
199204
* `chain` - Three letter code for the chain these instructions are valid for
200205
* `currency` - Optional, Three letter code for the token these instructions are valid for
201206
* `instructions` - An array of instructions that can be used to construct transactions that will fufill this payment

0 commit comments

Comments
 (0)