Skip to content

Commit

Permalink
Fix some incorrect labels in umad-04
Browse files Browse the repository at this point in the history
This doc was slightly mis-aligned with all of the SDK implementations. Correcting field names and types.
  • Loading branch information
jklein24 authored Nov 15, 2023
1 parent 75027e8 commit effcbec
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions umad-04-lnurlp-response.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,10 @@ The full structure of the LNURLP response is:
"compliance" {
"isSubjectToTravelRule": boolean, // true if VASP2 needs travel rule info
"kycStatus": KycStatus, // [enum] KYC state indicating whether the receiver is a KYC'd customer of VASP2.
"signature": string,
"nonce": string,
"timestamp": string // secs since epoch
"signature": string, // hex encoded
"signatureNonce": string,
"signatureTimestamp": number // secs since epoch
"receiverIdentifier": string // The identity of the receiver at VASP2
},
"umaVersion": "1.0", // The UMA protocol version that will be used for this transaction.
"tag": "payRequest",
Expand Down

0 comments on commit effcbec

Please sign in to comment.