Firefox/Features/Web Payments: Difference between revisions
No edit summary |
|||
(132 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
== Introduction == | == Introduction == | ||
The [https://developer.mozilla.org/en-US/docs/Web/API/Payment_Request_API Payment Request API] makes online purchases easier without having to manually fill personal and payment information for every purchase. Together with the [[Firefox/Features/Form_Autofill|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 | The [https://www.w3.org/TR/payment-handler/ Payment Handler API] builds upon Payment Request by providing a pluggable protocol (based on service workers) which facilitates purchasing through third party payment providers. Payment Handlers allows web-based payment applications to act as Payment Request payment methods which can be integrated into merchant websites. | ||
=== Related Project Pages === | |||
== | ==== Project Tracking ==== | ||
* Dashboard - ''TBD'' | |||
* | |||
==== Mana ==== | |||
* [https://mana.mozilla.org/wiki/display/SRC/Web+Payments Web Payments Project Page] | |||
* | |||
== Development | ==== Wiki ==== | ||
* [https://wiki.mozilla.org/Firefox/Features/Form_Autofill Form Autofill General] | |||
* [https://wiki.mozilla.org/Firefox/Features/Form_Autofill/Credit_Cards Credit Card Autofill] | |||
* TBD Addresses | |||
== Bugzilla == | |||
=== Bug Queries === | |||
* [https://mzl.la/3gGRi5t MVP Project Work Currently In Development] | |||
* [https://mzl.la/38F5GbP Available MVP Project Work] | |||
* [https://mzl.la/2CoG6LO Completed MVP Project Work] | |||
* [https://mzl.la/3elwT4B Bugs Requiring Triage] | |||
* [https://bugzilla.mozilla.org/buglist.cgi?component=WebPayments%20UI&product=Firefox&bug_status=__open__ Firefox :: WebPayments UI] ([https://bugzilla.mozilla.org/enter_bug.cgi?product=Firefox&component=WebPayments%20UI&status_whiteboard=%5Bwebpayments%5D%20%5Btriage%5D file a bug]) | |||
* [https://bugzilla.mozilla.org/buglist.cgi?component=DOM%3A%20Web%20Payments&product=Core&bug_status=__open__&list_id=13533834 DOM: Web Payments] | |||
=== Bug Tagging === | |||
* ph1-mvp: Whiteboard tag for MVP bugs team is commiting to complete within the schedule. | |||
* ph1-reserve: Whiteboard tag for low-priority bugs the team is not committing to complete within the schedule. | |||
* ph-triage: Whiteboard tag for bugs that require triage (clear this tag once triaged). | |||
=== | === Bug Lists === | ||
==== | ==== All MVP Bugs ==== | ||
* [https://mzl.la/3iNNpNR View Bugzilla Query]. | |||
<bugzilla> | <bugzilla> | ||
{ | |||
"whiteboard": | "whiteboard": "ph1-mvp", | ||
"include_fields":"id, summary, status, assigned_to, priority" | |||
"include_fields": "id, summary, status | } | ||
</bugzilla> | </bugzilla> | ||
==== | ==== All Reserve Bugs ==== | ||
* [https://mzl.la/2ZR6mql View Bugzilla Query]. | |||
<bugzilla> | <bugzilla> | ||
{ | |||
" | "whiteboard": "ph1-reserve", | ||
"include_fields":"id, summary, status, assigned_to, priority" | |||
"include_fields": "id, summary, status | } | ||
</bugzilla> | </bugzilla> | ||
==== | ==== Bugs Requiring Triage ==== | ||
* [https://mzl.la/3elwT4B View Bugzilla Query]. | |||
*https:// | |||
<bugzilla> | <bugzilla> | ||
{ | |||
"whiteboard": | "whiteboard": "ph-triage", | ||
"include_fields":"id, summary, status, assigned_to, priority" | |||
"include_fields": "id, summary, status | } | ||
</bugzilla> | </bugzilla> | ||
== | == Debugging Tips == | ||
'''Preference:''' dom.payments.request.enabled | |||
== | == Discussion == | ||
* Slack: #payments-team, #payments-leads | |||
* | * Chat: tbd | ||
* | * [https://docs.google.com/document/d/1aS-lhG91H0ukUI5fs88uAdAmYRSrPHM6IdTcVsN-DEc/edit# Weekly Meeting Notes] | ||
* | |||
==== | == References == | ||
== | === W3C Specifications === | ||
** [https://w3c.github.io/payment-request/ W3C Payment Request API Specification] | |||
** [https://w3c.github.io/payment-handler/ W3C Payment Handler API Specification] | |||
=== Product/Project === | |||
* [ | * [[Firefox/Features/Web_Payments/Privacy_%26_Security_Considerations|Privacy & Security Considerations]] | ||
* | * [https://firefox-source-docs.mozilla.org/browser/components/payments/docs/index.html In-Tree Developer Documentation] | ||
* | * [https://docs.google.com/presentation/d/1gevKHz3q3s2WoKWdrgUGKm4XHeE-kGYwJVwdp4u3vuY/edit#slide=id.g11edd6636a_0_0 Payment Request Implementation Architecture (slides)] | ||
== | === User Experience === | ||
== Historical == | |||
Payment Request was originally developed in 2017 and 2018. Development was halted prior to shipping. Below are links to some of the resources associated with that project. | |||
* | * [https://docs.google.com/document/d/1Rk6SIH_O_wab1CsphHhuwmvT8gXCG-D0B0ki0R3dmC4/edit?ts=577b1d52#heading=h.ifofy8kjhyvh Product Requirements (shared with “Form-autofill”)] | ||
** [https://mozilla.invisionapp.com/share/BJBRO1O27 Basic Card UI Spec] | * [https://docs.google.com/document/d/14T4C_ToW2XSCaKeGIG3fGMcm5OTnM0Ra8cBzbht7xx0/edit Meeting Notes] | ||
* [https://docs.google.com/document/d/1BYTSOJq7_CNJk5WZpRosN6nRV1jthteJtdPyu017o8E/edit# Meeting Notes (2016-12-29 to 2017-08-16)] | |||
* [https://docs.google.com/spreadsheets/d/1rtWflNUMuAEch8x8Bzhozq5KzF2GBpxc2ubpYivj-88/edit#gid=228952903 Project Tracking] | |||
* [https://mozilla.invisionapp.com/share/YAFI31XR3KP Basic Card UX Spec] ([https://mozilla.invisionapp.com/share/BJBRO1O27 old v1.6]) | |||
* [https://mozilla.invisionapp.com/share/SDFY4PA4EQ7 Basic Card UI Spec] | |||
* [https://mozilla.invisionapp.com/share/RDAIXK5JZ Interaction Mockup] | |||
* [https://mozilla.invisionapp.com/share/QHBQ4VD9Z Visual Mockup] | |||
* [https://marcoscaceres.github.io/web-payments-proto/ Prototype for User Research] [https://youwenliang.github.io/web-payment/ Version 2] | |||
[[Category:Firefox]] | [[Category:Firefox]] |
Latest revision as of 15:24, 9 July 2020
Introduction
The Payment Request API makes online purchases easier without having to manually fill personal and payment information for every purchase. 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 Payment Handler API builds upon Payment Request by providing a pluggable protocol (based on service workers) which facilitates purchasing through third party payment providers. Payment Handlers allows web-based payment applications to act as Payment Request payment methods which can be integrated into merchant websites.
Related Project Pages
Project Tracking
- Dashboard - TBD
Mana
Wiki
- Form Autofill General
- Credit Card Autofill
- TBD Addresses
Bugzilla
Bug Queries
- MVP Project Work Currently In Development
- Available MVP Project Work
- Completed MVP Project Work
- Bugs Requiring Triage
- Firefox :: WebPayments UI (file a bug)
- DOM: Web Payments
Bug Tagging
- ph1-mvp: Whiteboard tag for MVP bugs team is commiting to complete within the schedule.
- ph1-reserve: Whiteboard tag for low-priority bugs the team is not committing to complete within the schedule.
- ph-triage: Whiteboard tag for bugs that require triage (clear this tag once triaged).
Bug Lists
All MVP Bugs
ID | Summary | Status | Assigned to | Priority |
---|---|---|---|---|
1616863 | Payment Request dialog container styles broken | RESOLVED | Marcos Caceres [:marcosc] | P1 |
1645972 | PaymentRequest's show() must consume user activation | NEW | -- | |
1651600 | Re-enable mochitests and wpt tests for Payment Request | NEW | P5 | |
1652639 | Stub PaymentHandler DOM bindings to allow prototyping | NEW | P3 | |
1654227 | Enable web platform tests for Payment Request | RESOLVED | Marcos Caceres [:marcosc] | P1 |
5 Total; 3 Open (60%); 2 Resolved (40%); 0 Verified (0%);
All Reserve Bugs
No results.
0 Total; 0 Open (0%); 0 Resolved (0%); 0 Verified (0%);
Bugs Requiring Triage
No results.
0 Total; 0 Open (0%); 0 Resolved (0%); 0 Verified (0%);
Debugging Tips
Preference: dom.payments.request.enabled
Discussion
- Slack: #payments-team, #payments-leads
- Chat: tbd
- Weekly Meeting Notes
References
W3C Specifications
Product/Project
- Privacy & Security Considerations
- In-Tree Developer Documentation
- Payment Request Implementation Architecture (slides)
User Experience
Historical
Payment Request was originally developed in 2017 and 2018. Development was halted prior to shipping. Below are links to some of the resources associated with that project.