From 61080c25cfb3df4972ae244de248dd72e5e7baef Mon Sep 17 00:00:00 2001 From: pavanjoshi914 Date: Fri, 7 Apr 2023 22:09:17 +0530 Subject: [PATCH] feat: add new fields to lud-18 payerData record to attach metadata related to content for which payment is done add contentMetadata field to attach metadata directly to payerData add contentMetadataUri to reference metadata stored at any external location signed-off-by: pavanj914@gmail.com --- 18.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/18.md b/18.md index fb6030f..dc76400 100644 --- a/18.md +++ b/18.md @@ -28,6 +28,8 @@ If `SERVICE` wants to get one or more types of payer identities from `WALLET` th + "mandatory": boolean, + "k1": string // hex encoded 32 bytes of challenge + }, ++ "contentMetadata": { "mandatory": boolean }, ++ "contentMetadataUri": { "mandatory": boolean }, + ...other fields may be negotiated + }, "tag": "payRequest",