diff --git a/index.html b/index.html index 7f7a9f5f..1f12c46c 100644 --- a/index.html +++ b/index.html @@ -290,14 +290,6 @@

PaymentRequest constructor

list including any payment method specific data, the payment details, and the payment options.

-
- It is proposed that a conformance criterion for implementations of this API be - that any data passed into the request is passed on to the payment app unaltered. - This would allow extensions of the data schema such as the addition of - properties that are not documented in this specification or known to implementers - such as JSON-LD @context or similar to be passed between the website and - payment app. -

The methodData sequence contains PaymentMethodData dictionaries containing the payment method identifiers for the payment methods that the web site accepts @@ -354,12 +346,6 @@

PaymentRequest constructor

should be combined into a single object.
-
- There is an open issue about whether the API should handle occasions when a site wants to request a payment - method but not actually make a charge immediately. These may include identification validation, pre-auth - for a deposit, pre-auth for a later payment, making recurring payments, and more. -
-
There is an open issue regarding whether the current pattern of using events for exchange of data between the user agent and the website is @@ -926,10 +912,6 @@

PaymentAddress interface

PaymentResponse object with the user's selected shipping address after the user has accepted the payment.

-
- There is an open question about what data beyond shipping address the merchant might be able - to request from the user agent. Is capturing email and recipient phone important to you? -