Firefox/Features/Web Payments

< Firefox‎ | Features
Revision as of 15:09, 11 April 2018 by Jeangong (talk | contribs)

Introduction

The Payment Request API makes online purchases easier without having to fill in all of the personal and payment information over and over again. Together with the form autofill feature, it saves user's time and effort when making online purchases by storing their personal and payment information in Firefox to be used when a merchant requests payment. The Payment Request UI provides consistency across merchant sites.

The overall objective is to increase user engagement, satisfaction, and retention for frequent online shoppers. We believe this can be achieved by enabling users to complete forms and “check out” in e-commerce flows as quickly and securely as possible.

The W3C PaymentRequest API is currently in draft stage and has momentum. The API is extensible to any payment source without requiring the browser to be Payment Card Industry (PCI) compliant.

Status Summary

Development Update - Milestones #3 Delivery

Below is a weekly engineering status update. The current estimated goal is completion of three progressive milestones for delivery by Aug 17, 2018.

April 9 Update

Work Currently In Development

No results.

0 Total; 0 Open (0%); 0 Resolved (0%); 0 Verified (0%);

Work Available in Backlog

No results.

0 Total; 0 Open (0%); 0 Resolved (0%); 0 Verified (0%);

Completed Work

Full Query
ID Priority Summary Status Assigned to
1387221 P1 Shipping Address selector for when profiles exist in autofill storage RESOLVED Matthew N. [:MattN]
1408234 P1 PaymentRequestService doesn't clear requests from closed documents RESOLVED Eden Chuang[:edenchuang]
1417698 P1 Use mozilla recommended eslint rules and remove rules duplicating those recommendations RESOLVED Nathan
1420853 P1 Ensure only fields valid for the given country are saved VERIFIED Jared Wein [:jaws] (please needinfo? me)
1422164 P1 Create a rich-select Custom Element RESOLVED Jared Wein [:jaws] (please needinfo? me)
1427936 P1 Basic Payment Request Display Items list UI RESOLVED Sam Foster [:sfoster] (he/him)
1427939 P1 Show additional list items (`additionalDisplayItems`) tied to payment methods in the UI RESOLVED Matthew N. [:MattN]
1427945 P1 Implement a Payment Request Shipping Option Picker RESOLVED Jared Wein [:jaws] (please needinfo? me)
1427947 P1 Dispatch `shippingoptionchange` when the shipping option is changed RESOLVED Jared Wein [:jaws] (please needinfo? me)
1427950 P1 Implement a multi-line PaymentRequest shipping address picker RESOLVED Matthew N. [:MattN]
1427954 P1 Factor the address and card edit forms out of the autofill edit dialogs to share with PaymentRequest VERIFIED Matthew N. [:MattN]
1427958 P1 Dispatch shippingaddresschange when selected shipping address is changed outside of dialog RESOLVED Sam Foster [:sfoster] (he/him)
1427959 P1 Show field-specific shippingaddresschange errors on the add/edit screen RESOLVED Jared Wein [:jaws] (please needinfo? me)
1427960 P1 Add a Save the Address to Firefox toggle to the Add Address page RESOLVED Sam Foster [:sfoster] (he/him)
1427961 P1 Do basic shipping address validation in the Payment Request dialog RESOLVED Jared Wein [:jaws] (please needinfo? me)
1428152 P1 Setting a customElement observedAttribute property to false should remove the attribute RESOLVED Jared Wein [:jaws] (please needinfo? me)
1428414 P1 Initial Payment Request Basic Credit Card Add/Edit page RESOLVED Matthew N. [:MattN]
1428415 P1 Add a "Save to Firefox" toggle to the Add Payment Card page RESOLVED Sam Foster [:sfoster] (he/him)
1428472 P1 Default to the selected shipping address (if applicable) on the "add basic card" screen RESOLVED Matthew N. [:MattN]
1429180 P1 Option to use a new billing address when adding a new payment card RESOLVED Jared Wein [:jaws] (please needinfo? me)
1429181 P1 Credit card network validation on entry and summary pages VERIFIED Sam Foster [:sfoster] (he/him)
1429189 P1 Show shipping address errors on the summary screen RESOLVED Jared Wein [:jaws] (please needinfo? me)
1429195 P1 Implement the PaymentRequest payment card selector with the security code input RESOLVED Matthew N. [:MattN]
1429205 P1 Implement the "processing" screen for when the pay button is clicked RESOLVED Matthew N. [:MattN]
1429207 P1 Implement the "failure" screen for when the merchant rejects the payment and doesn't request retrying RESOLVED Jared Wein [:jaws] (please needinfo? me)
1429211 P1 Implement the "success" screen for when the merchant accepts the payment RESOLVED Jared Wein [:jaws] (please needinfo? me)
1429213 P1 Implement the "unknown"/timeout screen for when the merchant rejects the payment and doesn't request retrying RESOLVED Jared Wein [:jaws] (please needinfo? me)
1429260 P1 Handle request changes with updateWith - verify that state stays consistent RESOLVED Sam Foster [:sfoster] (he/him)
1430200 P1 Add a mutation observer to rich-select to re-render when child options are added/removed RESOLVED Jared Wein [:jaws] (please needinfo? me)
1431368 P1 Change from keypress to keydown per standards change RESOLVED Jared Wein [:jaws] (please needinfo? me)
1431482 P1 Create and hook up the "View all items" button RESOLVED Sam Foster [:sfoster] (he/him)
1432079 P1 Implement support for PaymentItem type member RESOLVED Henri Sivonen (:hsivonen)
1432921 P1 Show an address input form before the summary view for users without a saved address RESOLVED :prathiksha
1432927 P1 Show a payment card input form before the summary view for users without a saved payment card RESOLVED :prathiksha
1432939 P1 Link to Firefox Options/Preferences from the PaymentRequest dialog VERIFIED Matthew N. [:MattN]
1432952 P1 Add the ability to associate a saved billing address with a payment card in the add/edit card form RESOLVED Matthew N. [:MattN]
1434415 P1 Move all hard-coded PaymentRequest strings to localization files RESOLVED Jared Wein [:jaws] (please needinfo? me)
1434443 P1 Send the selected address to the webpage as part of the PaymentResponse RESOLVED Jared Wein [:jaws] (please needinfo? me)
1434508 P1 paymentDetails and paymentMethods serialization RESOLVED Sam Foster [:sfoster] (he/him)
1434839 P1 Rename some payments variables and files and add a button to debug the remote frame to ease development RESOLVED Matthew N. [:MattN]
1435101 P1 Only show shipping (option & address) pickers in the payment request dialog when requestShipping is true RESOLVED Jared Wein [:jaws] (please needinfo? me)
1435105 P1 Vary the payment request address label according to the `shippingType` RESOLVED Jared Wein [:jaws] (please needinfo? me)
1435155 P1 Redact the full shipping address from the shippingaddresschange event RESOLVED Henri Sivonen (:hsivonen)
1435157 P1 Support fine-grained address field errors for PaymentRequest RESOLVED EdenChuang(ChenYu Chuang)
1435161 P1 Implement PaymentResponse.retry() method RESOLVED Eden Chuang[:edenchuang]
1435163 P1 Change PaymentRequest UI to support users retrying upon payment failure VERIFIED Matthew N. [:MattN]
1435316 P1 Missing stylesheet for display items list RESOLVED Sam Foster [:sfoster] (he/him)
1435871 P1 Implement a basic tab-modal dialog container for Payment Request VERIFIED Matthew N. [:MattN]
1435880 P1 Handle moving/detaching tabs between windows when a Payment Request is showing VERIFIED Matthew N. [:MattN]
1435892 P1 Implement the basic first-time-use wizard state logic and footer buttons RESOLVED :prathiksha
1436903 P1 Shipping options are passed to the front-end even if requestShipping isn't true RESOLVED Henri Sivonen (:hsivonen)
1437879 P1 The shipping-option-picker doesn't show the selected option when the popup is closed RESOLVED Jared Wein [:jaws] (please needinfo? me)
1440041 P1 If changeShippingOption isn't called, the last selected=true option should be selected in the PaymentResponse RESOLVED EdenChuang(ChenYu Chuang)
1440499 P1 Implement the payerName/payerEmail/payerPhone contact picker RESOLVED Sam Foster [:sfoster] (he/him)
1440504 P1 Basic Payment Request Contact/Payer Add/Edit page RESOLVED Jared Wein [:jaws] (please needinfo? me)
1440530 P1 Clean up some duplication in the webpayments mochitest-browser tests for setting up dialogs RESOLVED Jared Wein [:jaws] (please needinfo? me)
1440843 P1 Don't dispatch shipping*change events if requestShipping is false RESOLVED Matthew N. [:MattN]
1441683 P1 response.complete() does not make the completeStatus available to the payment UI service RESOLVED Jared Wein [:jaws] (please needinfo? me)
1441692 P1 Add error option to the PaymentRequest debug panel RESOLVED Matthew N. [:MattN]
1441709 P1 PaymentRequest.show() should take an optional details update promise RESOLVED EdenChuang(ChenYu Chuang)
1442078 P1 PaymentRequest.show() must only be triggered by user activation RESOLVED Jonathan Guillotte-Blouin [:jonathanGB]
1442453 P1 A TypeError is thrown and the payment service can get in a broken state if two requests are used in one document RESOLVED Blake Kaplan (:mrbkap) (inactive)
1442724 P1 Use keydown instead of keypress to trigger display of the debugging panel RESOLVED Sam Foster [:sfoster] (he/him)
1442757 P1 Forgot to call `sendMessageToContent` helper in "paymentDialogWrapper.js" RESOLVED Jonathan Guillotte-Blouin [:jonathanGB]
1443732 P1 Document the need to have e10s enabled for Web Payments RESOLVED Henri Sivonen (:hsivonen)
1443735 P1 Require non-Cancel address-related user interaction on the payment sheet before firing shippingaddresschange RESOLVED Matthew N. [:MattN]
1443914 P1 Stale shipping options are passed to the front-end after an .updateWith() with no shipping options RESOLVED EdenChuang(ChenYu Chuang)
1444240 P1 Filter contacts in pickers to avoid duplicates and empty entries RESOLVED Sam Foster [:sfoster] (he/him)
1444949 P1 Console logging for unprivileged payment dialog code RESOLVED Sam Foster [:sfoster] (he/him)
1446179 P1 Use ES Modules for the unprivileged Payment Request dialog code RESOLVED Matthew N. [:MattN]
1446203 P1 Basic Payment Request Shipping Address Add/Edit page RESOLVED Jared Wein [:jaws] (please needinfo? me)
1447773 P1 Time out the PaymentResponse object after 5 seconds, behaving as if complete() was called with no arguments RESOLVED Henri Sivonen (:hsivonen)
1447777 P1 Handle the "timeout" completeStatus that is set when PaymentResponse.complete is not called VERIFIED Sam Foster [:sfoster] (he/him)
1451143 P1 Intermittent toolkit/components/payments/test/browser/browser_card_edit.js | Check updated cc-name - "J. Smith" == "A. Nonymous" - RESOLVED Jared Wein [:jaws] (please needinfo? me)
1451179 P1 build failure on Linux: RuntimeError: File "../../../../browser/extensions/formautofill/content/autofillEditForms.js" not found RESOLVED Masayuki Nakano [:masayuki] (he/him)(JST, +0900)
1454129 P1 Use nsIPaymentRequest.shippingOption to determine the selected shipping option RESOLVED Matthew N. [:MattN]
1455151 P1 Support subdialog sizing of HTML documents from a stylesheet and use it for autofill edit dialogs RESOLVED Matthew N. [:MattN]
1457287 P1 Move Payment Request UI code to browser/ RESOLVED Matthew N. [:MattN]
1457316 P1 TypeError: window.parent.paymentRequest is undefined from payments debugging panel RESOLVED Sam Foster [:sfoster] (he/him)
1457317 P1 Show a title for the add/edit pages RESOLVED Jared Wein [:jaws] (please needinfo? me)
1458376 P1 <select> popups aren't visible inside the Payment Request dialog RESOLVED Matthew N. [:MattN]
1459253 P1 Hide the 'View All Items' button when there are no display items RESOLVED :prathiksha
1461455 P1 Show the total header in FTU wizard pages RESOLVED :prathiksha
1461477 P1 Duplicate implementations of the Luhn algorithm exist in the tree RESOLVED Jared Wein [:jaws] (please needinfo? me)
1461886 P1 Pass appropriate properties to the FTU onboarding address page RESOLVED :prathiksha
1462149 P1 Use &brandShortName; instead of hard-coded "Firefox" in strings for the payments UI RESOLVED Matthew N. [:MattN]
1462461 P1 Show the back button in the basic card page during on-boarding RESOLVED :prathiksha
1462779 P1 Show the billing address page on on-boarding when requestShipping is false and there are no saved addresses RESOLVED :prathiksha
1463292 P1 Make form autofill's l10n.js work in the PaymentRequest dialog until we have Fluent RESOLVED Matthew N. [:MattN]
1463538 P1 JavaScript error: chrome://payments/content/paymentDialogWrapper.js, line 335: NS_ERROR_NOT_INITIALIZED RESOLVED Matthew N. [:MattN]
1463545 P1 Replace grid layout of <rich-option> subclasses with new UI spec VERIFIED Matthew N. [:MattN]
1463547 P1 Hide the "edit" link in the pickers when no options are selected VERIFIED :prathiksha
1463554 P1 Use native <option> UI with <rich-select> in the open state RESOLVED :prathiksha
1463608 P1 Required `name` property is missing on temporary PR addresses RESOLVED Sam Foster [:sfoster] (he/him)
1464221 P1 Investigate effort required to make the window modal Payment Request dialog usable RESOLVED Jared Wein [:jaws] (please needinfo? me)
1466720 P1 Basic PaymentRequest dialog default styles RESOLVED Matthew N. [:MattN]
1468153 P1 PaymentRequest dialog <button> strings VERIFIED Jared Wein [:jaws] (please needinfo? me)
1468644 P1 Add tests to verify unmasked card number is sent when using a temporary card for a payment VERIFIED Sam Foster [:sfoster] (he/him)
1469464 P1 Update PaymentRequest header and footer match the visual specs RESOLVED Matthew N. [:MattN]
1470168 P1 Add tooltip beside 'save to Firefox' checkbox VERIFIED Jared Wein [:jaws] (please needinfo? me)
1470172 P1 Clarify language for 'Add', 'Save' and 'Update' buttons RESOLVED Eric Pang [:epang] UX
1470179 P1 Make errors feel less clickable RESOLVED Eric Pang [:epang] UX
1470183 P1 Point to merchant site for any vague errors VERIFIED Sam Foster [:sfoster] (he/him)
1470184 P1 Update the Preferences text and layout for Web Payments VERIFIED Jared Wein [:jaws] (please needinfo? me)
1470199 P1 Add a CVV Tooltip VERIFIED Jared Wein [:jaws] (please needinfo? me)
1470202 P1 Reformat the Payment Method dropdown RESOLVED Eric Pang [:epang] UX
1470203 P1 Remove the "Your Payment" title RESOLVED Eric Pang [:epang] UX
1470205 P1 Figure out the UX for error details and behavior RESOLVED Eric Pang [:epang] UX
1470207 P1 Finalize images and strings for error screens VERIFIED Jared Wein [:jaws] (please needinfo? me)
1470209 P1 Create rules and designs for Contact Information RESOLVED Eric Pang [:epang] UX
1470584 P1 If the PaymentRequest dialog is closed via the window manager, tell the PaymentUIService VERIFIED Sam Foster [:sfoster] (he/him)
1471263 P1 Re-enable the test_show_field_specific_error_on_addresschange test in browser_shippingaddresschange_error.js RESOLVED Sam Foster [:sfoster] (he/him)
1472278 P1 Localize the required form asterisk on the address-form VERIFIED Jared Wein [:jaws] (please needinfo? me)
1473662 P1 Save/Next button Refinements VERIFIED Sam Foster [:sfoster] (he/him)
1474905 P1 Use a dropdown for the state/province field, where possible VERIFIED Jared Wein [:jaws] (please needinfo? me)
1475080 P1 Cleanup the pickers to match the spec RESOLVED :prathiksha
1475521 P1 Payments shouldn't be processed without selecting a shipping address VERIFIED Jared Wein [:jaws] (please needinfo? me)
1475760 P1 Payer/contact picker dropdown labels need to take @address-fields into account VERIFIED :prathiksha
1476204 P1 Credit card add/edit page error handling fixes VERIFIED Matthew N. [:MattN]
1476345 P1 Address add/edit page error handling fixes VERIFIED Matthew N. [:MattN]
1476348 P1 Show missing field validation errors on the summary page VERIFIED Jared Wein [:jaws] (please needinfo? me)
1476571 P1 Billing address is incorrectly pre-filled starting from the second flow VERIFIED :prathiksha
1477102 P1 Show card network logos on the card add/edit screens VERIFIED Sam Foster [:sfoster] (he/him)
1477105 P1 Add a card network dropdown to the credit card add/edit screen VERIFIED Sam Foster [:sfoster] (he/him)
1477106 P1 checkbox for "Save credit card to Firefox" should be unchecked by default outside private browsing VERIFIED Sam Foster [:sfoster] (he/him)
1477113 P1 Dispatch paymentmethodchange from the front-end RESOLVED Jared Wein [:jaws] (please needinfo? me)
1477114 P1 Need an asterisk for in-field label on credit card number and CVV field. VERIFIED Jared Wein [:jaws] (please needinfo? me)
1477699 P1 The generic merchant error message isn't displayed when it should VERIFIED Jared Wein [:jaws] (please needinfo? me)
1478029 P1 The standard shipping option (default) is “null” for the worldwide multi-option shipping without pre-selection VERIFIED Matthew N. [:MattN]
1478175 P1 Implement the branding in the lower left corner of the PaymentRequest dialog VERIFIED Jared Wein [:jaws] (please needinfo? me)
1478321 P1 Intermittent browser/components/payments/test/browser/browser_payments_onboarding_wizard.js | [JavaScript Error: "TypeError: docShell is null" {file: "resource://gre/modules/BrowserUtils.jsm" line: 428}] - RESOLVED Matthew N. [:MattN]
1478880 P1 Intermittent browser/components/payments/test/browser/browser_card_edit.js | 2027 - "" == true - RESOLVED Jared Wein [:jaws] (please needinfo? me)
1480023 P1 The “Save” button is grayed out after editing the CC-number back to the valid form VERIFIED Sam Foster [:sfoster] (he/him)
1480717 P1 Credit card form billing address validation and layout VERIFIED Matthew N. [:MattN]
1480719 P1 Credit card form can be saved without expiration date (payment will not be processed) VERIFIED Jared Wein [:jaws] (please needinfo? me)
1480886 P1 Position the form fields for the address-form and basic-card-form according to the spec VERIFIED Matthew N. [:MattN]
1481972 P1 Support all countries in form autofill preferences for use by Payment Request VERIFIED Jared Wein [:jaws] (please needinfo? me)
1482220 P1 Figure out why add/edit form strings don't appear on Nightly builds VERIFIED Matthew N. [:MattN]
1482689 P1 Use a <rich-select> for the billing address picker instead of a <select> VERIFIED Sam Foster [:sfoster] (he/him)
1482808 P1 Clear the field-specific merchant error invalid state when the field has been edited VERIFIED Jared Wein [:jaws] (please needinfo? me)
1483412 P1 Make the telephone number field required on the payer form if requestPayerPhone is true VERIFIED Jared Wein [:jaws] (please needinfo? me)
1483470 P1 Navigating during paymentRequest.show() crashes the parent process VERIFIED Eden Chuang[:edenchuang]
1484721 P1 "Add" button is not correctly enabled/disabled when switching between countries VERIFIED Jared Wein [:jaws] (please needinfo? me)
1485105 P1 Update credit card number validation VERIFIED Sam Foster [:sfoster] (he/him)
1485473 P1 Combine the borders of the name fields on the address form VERIFIED Matthew N. [:MattN]
1486413 P1 The about:config "Search:" bar no longer has an outline when focused VERIFIED Matthew N. [:MattN]
1487395 P1 "Close" button should be displayed instead of "OK" button when payment failed VERIFIED Jared Wein [:jaws] (please needinfo? me)
1490077 P1 Input validation errors should appear in the red popup the same as merchant-supplied address errors RESOLVED Matthew N. [:MattN]
1490805 P1 Add the CVV security code field to the add card form and make it required in all places VERIFIED Matthew N. [:MattN]
1490809 P1 Make a Nightly build for user testing of Milestone 3 (M3) RESOLVED Matthew N. [:MattN]
1491065 P1 First Time Use: Label Button Text VERIFIED Sam Foster [:sfoster] (he/him)
1491791 P1 "Add" button isn't grayed out when adding a wrong card number VERIFIED Jared Wein [:jaws] (please needinfo? me)
1491996 P1 Add a pref to disable the user activation/gesture requirement for PaymentRequest.show() RESOLVED Matthew N. [:MattN]
1492399 P1 Original Billing Address is pre-selected after returning from the "Edit Billing Address" screen via "Back" button VERIFIED Sam Foster [:sfoster] (he/him)
1493157 P1 Perma windows10-64-ccov debug bc failure in browser/components/payments/test/browser/browser_card_edit.js | This test exceeded the timeout threshold. It should be rewritten or split up. RESOLVED Matthew N. [:MattN]
1494551 P1 Do sorting in pickers VERIFIED Jared Wein [:jaws] (please needinfo? me)
1495122 P1 Support regionCode and dependentLocality for merchant errors RESOLVED Jared Wein [:jaws] (please needinfo? me)
1495530 P1 Use card network icons in manage credit cards list VERIFIED Sam Foster [:sfoster] (he/him)
1495549 P1 Retry with shipping validation on https://rsolomakhin.github.io/pr/shipping-validation/ doesn't work properly VERIFIED Matthew N. [:MattN]
1495881 P1 Compare existing autofill entries using a whitespace-free and case-insensitive approach RESOLVED Jared Wein [:jaws] (please needinfo? me)
1496069 P1 Editing the Saved Addresses shows red fields VERIFIED Matthew N. [:MattN]
1496698 P1 Remove Custom Elements polyfill from Web Payments UI RESOLVED Matthew N. [:MattN]
1497039 P1 "Forms & Autofill" section appears in "Home" preferences section when visiting about:preferences#home VERIFIED Jared Wein [:jaws] (please needinfo? me)
1497225 P1 Hidden address fields lose their asterisks after changing to a Country or Region that requires those fields VERIFIED Jared Wein [:jaws] (please needinfo? me)
1499869 P1 An invalid credit card number stored in our autofill database blocks usage of the edit address and credit card dialogs VERIFIED Jared Wein [:jaws] (please needinfo? me)
1501170 P1 <csc-input default-value="…"> isn't implemented; Security Code no longer populated on summary page after adding VERIFIED Jared Wein [:jaws] (please needinfo? me)
1505141 P1 Editing an existing address with shipping and contact fields from the contact/payer form will blank address fields VERIFIED Matthew N. [:MattN]
1506531 P1 The fields with drop-down on the Order Summary page are populated twice with the selected option VERIFIED Matthew N. [:MattN]
1510470 P1 Disable OS re-auth by default VERIFIED Matthew N. [:MattN]
1512309 P1 Month dropdown shows '01 - December' ... '12 - November' RESOLVED Jared Wein [:jaws] (please needinfo? me)
1515048 P1 Disable the Payment Request UI and tests by default on Nightly VERIFIED Matthew N. [:MattN]
1519081 P1 "State" field is displayed even after selecting a Country/Region with no list of state/Province VERIFIED Matthew N. [:MattN]

172 Total; 0 Open (0%); 106 Resolved (61.63%); 66 Verified (38.37%);

Tentative plan for 2018’H2

  • Frontend: Basic card UI implementation. Known dependencies include:
    • 1. (Completed) UX design reiteration V1.7: Jacqueline. (see also: Web Payment - Basic Card (MVP) design doc.
    • 2. Front-end Resources: 3 Engineers
    • 3. (Confirmed) Reviewer’s availability: MattN
    • 4. (Confirmed) No other feature dependency (e.g., Any Lockbox dependency?)
    • 5. (Confirmed) Compliance for Basic card UI (or that’s only for Payment Handler?)? e.g., PA-DSS by PA-QSA
  • Platform: Ensure Payment Request APIs “ready to enable” (disable until FE ready) in Q3
    • API Compat. test coverage / compliance
    • Basic card spec. implementation
    • (Q3 and more) Marcos keeps working on W3C spec of both the Payment Handler/Request
    • (Q3 and more) Bridging UI and the Request API (subject to FE’s actual progress), including 2 parts:
      • Connecting UI: ongoing and will complete in Q3;
      • IntegrationL requires FE completion to start (e.g., fix bugs during UI integration and verification on merchant website like WooCommerce).

Achievement in 2017'H1

    • (Done) Payment Request API development.
    • (Done) User research of Payment Request (Basic Card) UX.
    • (Done) Payment Request Handler API Proposal. It's been merged into the renamed Payment "Handler" API (was the Payment "App" API) spec.

Development

Preference: dom.payments.request.enabled

Front-end

Milestones

from the breakdown document

M1
End-to-end test with valid user data and merchant update/change events, no Fx validation, generic merchant error string, only already stored cards/addresses
M2
add/edit screens, only basic validation (e.g. non-empty) and address-field-specific merchant-provided errors
M3
FTU, data validation & error recovery, "update" badge, telemetry, ready to enable on fx63 Nightly-only / Partner / End-to-end User Testing (not riding the trains)
M4
Tab modal widget (maybe do in parallel), UI feature complete, ready for release users, Visual Polish, cc logos
MVP
Ride the trains

DOM

See Firefox/Features/Web_Payments/DOM for more info.

Quality Assurance

  • TBD. The pure API development in H1 doesn't require QA involvement (UI level verification). We will have unit/autotest instead.

Project Members

2018'H1 (Jan.~)
  • Product: Jeff Griffiths (transition to Cindy Hsiang)
  • User Experience: Jacqueline Savory (UX), Erin Pang (VisD)
  • User Research: Sharon Bautista
  • Front-End Engineering: Justin Dolske, Matthew Noorenberghe (Tech Lead), Jared Wein, Samuel Foster
  • Platform Engineering: Marcos Caceres, Peter Saint-Andre
  • Program Management: Jean Gong
2017'H2 (Sep.~)
  • Product: Jeff Griffiths
  • User Experience: Jacqueline Savory (UX)
  • Engineering: Justin Dolske, Matthew Noorenberghe (Tech Lead), Marcos Caceres (Architect), Jared Wein, Samuel Foster
  • Program Management: Jean Gong
2017'H1 (~Aug.)
  • Product: Joe Cheng
  • User Experience: Juwei Huang (UX), Fang Shih (Visual)
  • Engineering: Marcos Caceres (Architect), Ben Tian (TDC Tech Lead), Alphan Chen, Eden Chuang, Matthew Noorenberghe (Front-end oversight)
  • Program Management: Wesly Huang

Discussion

References