diff --git a/proposals/paymentapps/payment-apps.html b/proposals/paymentapps/payment-apps.html index 18b4221..d5b6818 100644 --- a/proposals/paymentapps/payment-apps.html +++ b/proposals/paymentapps/payment-apps.html @@ -456,7 +456,7 @@

Discussion Notes on Registration

@@ -491,7 +491,18 @@

Selectable App Information Display

  • The browser MAY allow the user to configure the display of matching payment apps.
  • The browser MUST display matching payment apps in an order that corresponds to the order of supported payment methods supplied by the payee, except where the browser enables the user to override this order.
  • The browser SHOULD display any payee-recommended apps in the order specified by the payee.
  • -
  • Question What information is needed by the browser to display selectable apps?
  • +
  • Question What information is needed by the browser to display selectable apps? Should instrument-specific information (e.g., mnemonic labels) be passed through to help with selection?
  • +
  • Question Which of these scenarios do we expect to support through the set of technologies, and should we seek to harmonize the user experience across them? +
      +
    1. User has no registered payment apps.
    2. +
    3. User has apps with supported but no enabled payment methods.
    4. +
    5. User has apps with supported but no enabled payment methods.
    6. +
    7. User has apps with supported and enabled payment methods.
    8. +
    9. Merchant wishes to recommend a payment app to the user.
    10. +
    11. Browser wishes to recommend a payment app that supports a payment method for which the user does not currently have a supporting payment app.
    12. +
    + Current ideas for supporting 4 and 5 include (1) using the "recommended payment apps" approach of this spec (2) using payment method identifiers to designated recommended payment apps
  • +
    @@ -591,6 +602,21 @@

    Discussion Notes on Payment App Invocation