Confirmed users
324
edits
(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...") |
m (→Overview) |
||
| 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 | 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 == | ||