Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions specification/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -582,10 +582,20 @@ <h2>
<dfn>currency</dfn> member
</h2>
<p>
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.
</p>
<aside class="note" title="Divergence from the Payment Request API">
<p>
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.
</p>
</aside>
</section>
<section>
<h2>
Expand Down