Skip to content
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
9 changes: 6 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2190,9 +2190,12 @@ <h2>
Data Validation
</h2>
<ul>
<li>Payees should validate that the data they have received through
the paymentRequest API is what they expect (e.g., the total that was
paid, etc.).
<li>To mitigate the scenario where a hijacked payee site submits
fraudlent or malformed payment method data (or, for that matter,
payment request data) to the payee's server, the payee's server
should validate the data format and correlate the data with
authoritative information on the server such as accepted payment
methods, total, display items, and shipping address.
</li>
</ul>
</section>
Expand Down