WebAPI/WebPaymentProvider: Difference between revisions

Jump to navigation Jump to search
m
(Created page with "== Overview == This is the provider specification for supporting the WebPayment API. A provider is responsible for the web pages that enable the buy flow b...")
 
Line 9: Line 9:
* Send server notifications to the merchant
* Send server notifications to the merchant


The purpose of this document is to show how someone could implement a provider to hook into <code>navigator.mozPay()</code>. Mozilla's own implementation will follow this spec. As you will see, there are many relevant pieces to the payment provider that are important but that are out of scope for this document. At the end is a summary of key out of scope items.
The purpose of this document is to show how someone could implement a provider to hook into <code>navigator.mozPay()</code>. Mozilla's own implementation will follow this spec. As you will see, there are many relevant pieces to the payment provider that are important but that are out of scope for this document (summarized below).


== Invocation ==
== Invocation ==
Confirmed users
324

edits

Navigation menu