-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API naming and confusion #417
Comments
Note: within the Payment Request spec, this is already how a Payment Handler is defined! https://w3c.github.io/payment-request/#dfn-payment-handler "The details of how to fulfill a payment request for a given payment method is an implementation detail of a payment handler, which is an application or service that handles requests for payment." |
And for posterity:
|
|
@marcoscaceres - can we get your take? |
Hi everyone,
As the PaymentRequest ecosystem has grown, there has been some confusion about what constitutes a "Payment Handler".
Some people take "Payment Handler" to mean any payment app that can handle a PaymentRequest, be it based on service worker (https://w3c.github.io/payment-handler/), Android intents (https://web.dev/articles/android-payment-apps-developers-guide), built into an OS or a user agent.
Other people take "Payment Handler" to mean specifically the "Payment Handler API" as defined in https://w3c.github.io/payment-handler/.
To resolve this confusion, we propose:
Please provide your feedback in responses to this issue in the following format:
The text was updated successfully, but these errors were encountered: