Skip to content
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

Security consideration: user consent before payment #365

Merged
merged 3 commits into from
Apr 27, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2438,10 +2438,13 @@ <h2>
</h2>
<ul>
<li>One goal of this specification is to minimize the user
interaction required to make a payment. At the same time, user agents
must not permit combinations of configurations that would enable
invoking Web sites to invoke payment request and receive payments
silently.
interaction required to make a payment. However, we also want to
ensure that the user has an opportunity to consent to making a
payment. Because payment handlers are not required to open a window
for user interaction, user agents should take necessary steps to make
sure the user (1) is made aware when a payment request is invoked,
and (2) has an opportunity to interact with a payment handler before
the merchant receives the response from that payment handler.
</li>
</ul>
</section>
Expand Down