Skip to content
Merged
Changes from 3 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
24 changes: 21 additions & 3 deletions specification/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,14 @@
API documentation</a>.
</p>
</div>
<aside class="note">
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 <a href=
"https://interledger.github.io/web-monetization-flows/">Web
Comment thread
meyerweb marked this conversation as resolved.
Outdated
Monetization flows</a> draft specification, which is expected to be
integrated into this specification at some point in the future.
</aside>
</section>
<section class="informative">
<h2>
Expand Down Expand Up @@ -574,18 +582,28 @@ <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="Departure 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>
Comment thread
meyerweb marked this conversation as resolved.
Outdated
</section>
<section>
<h2>
<dfn>value</dfn> member
</h2>
<p>
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.
</p>
</section>
Expand Down