diff --git a/specs/paymentrequest.html b/specs/paymentrequest.html index e7a3c6de..0582fd60 100644 --- a/specs/paymentrequest.html +++ b/specs/paymentrequest.html @@ -1012,14 +1012,6 @@

PaymentRequestUpdateEvent

Accept-Language headers, etc.)

- -

- The spec should indicate how data might be passed securely through the API using - mechanisms such as field level encryption and message signing. While these may not - be standardised a reference to the payment method specifications would be appropriate - as well as some examples of how those specifcations might implement secure messaging. -

-

Algorithms

@@ -1213,6 +1205,19 @@

User accepts the payment request algorithm

+
+

Security Considerations

+

+ This section is a placeholder to record security considerations as we gather them through working + group discussion. +

+ The PaymentRequest API does not directly support encryption of data fields. + Individual payment methods may choose to include support for encrypted data but it is not + mandatory that all payment methods support this. +

+
+ +
The references in the spec need to be up-to-date.