From a6bb05471fec84718c9b18e42169ba0709b0e5ba Mon Sep 17 00:00:00 2001
From: "Eric A. Meyer"
Date: Tue, 24 Mar 2026 10:02:13 -0400
Subject: [PATCH 1/5] Change MonetizationCurrencyAmount per issue #440
---
specification/index.html | 16 +++++++++++++---
1 file changed, 13 insertions(+), 3 deletions(-)
diff --git a/specification/index.html b/specification/index.html
index 7de9bbbc..79a3d327 100644
--- a/specification/index.html
+++ b/specification/index.html
@@ -574,10 +574,20 @@
currency member
- The currency of the MonetizationCurrencyAmount. See the definition of
- the `currency` member of {{PaymentCurrencyAmount}} in
+ The currency of the MonetizationCurrencyAmount. The default is an
+ ISO 4217 three-letter alphabetic code; see the definition of the
+ `currency` member of {{PaymentCurrencyAmount}} in
[[payment-request]] for details.
+
+
+ This member’s definition is left as a generic string to maximize
+ flexibility; for example, if a new currency representation
+ standard emerges to supplement or replace ISO 4217. This also
+ permits Web Monetization implementors to support the numeric
+ ISO 4217 codes (as string equivalents) where needed.
+
+
@@ -585,7 +595,7 @@
The amount of the MonetizationAmount. See the definition of the
- `value` member in of {{PaymentCurrencyAmount}} in [[payment-request]]
+ `value` member of {{PaymentCurrencyAmount}} in [[payment-request]]
for details.
From 458c39416817a265a6b24a44e952fa084da404c7 Mon Sep 17 00:00:00 2001
From: "Eric A. Meyer"
Date: Tue, 24 Mar 2026 10:04:27 -0400
Subject: [PATCH 2/5] Change MonetizationCurrencyAmount per issue #440
---
specification/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/specification/index.html b/specification/index.html
index 79a3d327..b5635843 100644
--- a/specification/index.html
+++ b/specification/index.html
@@ -579,7 +579,7 @@
`currency` member of {{PaymentCurrencyAmount}} in
[[payment-request]] for details.
-
+
This member’s definition is left as a generic string to maximize
flexibility; for example, if a new currency representation
From 48fe6f0843cee65ed1c9368a8867a76250d1c05a Mon Sep 17 00:00:00 2001
From: "Eric A. Meyer"
Date: Wed, 25 Mar 2026 22:15:30 -0400
Subject: [PATCH 3/5] Add top-of-document Note
---
specification/index.html | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/specification/index.html b/specification/index.html
index b5635843..afd277eb 100644
--- a/specification/index.html
+++ b/specification/index.html
@@ -107,6 +107,14 @@
API documentation.
+
+ This document does not currently cover the details of user wallet
+ integration and the flow of a Web Monetization payment session in a
+ browser; for that, see the Web
+ Monetization flows draft specification, which is expected to be
+ integrated into this specification at some point in the future.
+
From 83087452fb8e778a7d8cc47b50ad5c42ada82dc3 Mon Sep 17 00:00:00 2001
From: "Eric A. Meyer"
Date: Thu, 2 Apr 2026 16:47:46 -0400
Subject: [PATCH 5/5] Removed errant `currency` member change
---
specification/index.html | 14 ++------------
1 file changed, 2 insertions(+), 12 deletions(-)
diff --git a/specification/index.html b/specification/index.html
index 5e2e6bf3..11b42c8c 100644
--- a/specification/index.html
+++ b/specification/index.html
@@ -582,20 +582,10 @@
currency member
- The currency of the MonetizationCurrencyAmount. The default is an
- ISO 4217 three-letter alphabetic code; see the definition of the
- `currency` member of {{PaymentCurrencyAmount}} in
+ The currency of the MonetizationCurrencyAmount. See the definition of
+ the `currency` member of {{PaymentCurrencyAmount}} in
[[payment-request]] for details.
-
-
- This member’s definition is left as a generic string to maximize
- flexibility; for example, if a new currency representation
- standard emerges to supplement or replace ISO 4217. This also
- permits Web Monetization implementors to support the numeric
- ISO 4217 codes (as string equivalents) where needed.
-
-