diff --git a/index.html b/index.html index 3155b5f..7b58201 100644 --- a/index.html +++ b/index.html @@ -329,6 +329,8 @@

Registration and Unregistration

  • We expect browsers to distinguish themselves in how they balance different ease of registration and security.
  • +
  • It is important for merchants and users to be able to trust the + authenticity of payment apps. A starting point is to rely on origin information (e.g., if a payment app is registered on a Web site). In contexts where origin binding is not available (e.g., potentially in the case of recommended payment apps) other mechanisms should be considered to help establish authenticity (e.g., invocation-time confirmation of a digital signature of a claimed origin).
  • @@ -772,10 +774,9 @@

    Payment App Invocation, Display and Response

    The Working Group should discuss how to capture good practice for payment app development, with examples that illustrate common payment flows, different platforms, etc.. A public resource (e.g., on github) could foster contributions of good practice information from the developer community.

    Payment App Request Data

    -

    See issue 27: Should origin information (about the payment request) be shared with the payment app?

    Let P be the intersection of payment methods supported by the payee and enabled by the selected payment option. - Send the data corresponding to P, as well as any global transaction data (total, etc.) to the payment app. + Send the data corresponding to P, as well as any global transaction data (total, etc.), and payee origin information (per issue 27) to the payment app. The details depend on discussions about the shape of the Payment Request API.

    @@ -967,6 +968,12 @@

    Secure Communications

  • Payment method security is outside the scope of this specification and is addressed by payment apps that support those payment methods.
  • +
    +

    Payment App Authenticity

    + +

    Data Validation