Skip to content

Commit 6631a5d

Browse files
committed
Added based on issue 936
#936 (comment)
1 parent 137af6b commit 6631a5d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4900,6 +4900,18 @@

49004900
The <a>user agenta> MUST NOT share information about the user with
49014901
a developer (e.g., the shipping address) without user consent.
49024902
p>
4903+
<p>
4904+
In particular, the {{PaymentMethodData.data}} and
4905+
{{PaymentResponse.details}} members allow for the arbitrary exchange
4906+
of data. In light of the wide range of data models used by existing
4907+
payment methods, prescribing data specifics in this API would limit
4908+
its usefulness. The {{PaymentResponse.details}} member carries data
4909+
from the payment handler, whether Web-based (as defined by the
4910+
[[Payment Handler API]]) or proprietary. The <a>user agenta> MUST
4911+
NOT support payment handlers unless they include adequate user
4912+
consent mechanisms (such as awareness of parties to the transaction
4913+
and mechanisms for demonstrating the intention to share data).
4914+
p>
49034915
<p>
49044916
The <a>user agenta> MUST NOT share the values of the
49054917
{{PaymentDetailsBase/displayItems}} member or

0 commit comments

Comments
 (0)