-
Notifications
You must be signed in to change notification settings - Fork 64
Closed
Description
The paymentRequest API tracks the payment request state:
http://wicg.github.io/paymentrequest/specs/paymentrequest.html#paymentrequest-interface
enum PaymentRequestState {
"created",
"interactive",
"delegated",
"accepted",
"closed"
};The Web Payments CG Browser API proposal does not:
http://wicg.github.io/web-payments-browser-api/#processing-a-payment-request
Should we report payment request state back to the payee and enable the payee site to react as the payer proceeds through the payment flow? Or should we avoid exposing this level of detail in an effort to reduce the cognitive overhead for the developers (simpler API) and implementation complexity for the API (easier to implement for browser manufacturers)? In short, what are the use cases for reporting the payment request state back to the payee?
Metadata
Metadata
Assignees
Labels
No labels