Firefox/Features/Web Payments: Difference between revisions
(mana link) |
(ointor blurb updates) |
||
| 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 fill | 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 [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. | |||
The [https://www.w3.org/TR/payment- | |||
=== Related Project Pages === | === Related Project Pages === | ||
Revision as of 14:44, 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
Mana
Wiki
- Form Autofill General
- Credit Card Autofill
- TBD Addresses
Development
Front-end
- Bugzilla Component: Firefox :: WebPayments UI (file a bug)
- Privacy & Security Considerations
- In-Tree Developer Documentation
DOM
- Bugzilla Component: DOM: Web Payments
- Payment Request Implementation Architecture (slides)
Debugging Tips
Preference: dom.payments.request.enabled
Discussion
- Slack: #payments-team, #payments-leads
- Chat: tbd
- Weekly Meeting Notes
References
- W3C Specifications
- Product/Project
- 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.