diff --git a/umad-04-lnurlp-response.md b/umad-04-lnurlp-response.md index ac2c0ee..0020fcd 100644 --- a/umad-04-lnurlp-response.md +++ b/umad-04-lnurlp-response.md @@ -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",