Skip to content
This repository has been archived by the owner on Aug 27, 2021. It is now read-only.

Commit

Permalink
In sec and priv considerations:
Browse files Browse the repository at this point in the history
 - Merged two related paragraphs.
 - New paragraph on possibility of configs to share less response data.
  • Loading branch information
ianbjacobs committed May 3, 2019
1 parent 5ac7c93 commit c2ab61b
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -785,13 +785,22 @@ <h2>
Due to differences in quality of implementation and the end user's
ability to input data into unconstrained input fields, merchants are
expected to revalidate all {{BasicCardResponse}} returned by APIs that
make use of this specification.
make use of this specification. In particular, merchants need to treat
the values of any <a>details</a> with the same scrutiny that they would
apply to a [[HTML]] <code>input</code> element, by, for example,
sanitizing all the members of a {{BasicCardResponse}} before rendering
them anywhere.
</p>
<p>
In particular, merchants need to treat the values of any <a>details</a>
with the same scrutiny that they would apply to a [[HTML]]
<code>input</code> element, by, for example, sanitizing all the members
of a {{BasicCardResponse}} before rendering them anywhere.
Payees make multiple uses of the data provided through this
specification, including payment authorization and risk assessment.
Some users may prefer to share less data than is returned by default
through the <a>steps to respond to a payment request</a>. User agents
may offer configurations where less data is returned in the response
(e.g., by redacting the <code>phone</code> of
<code>billingAddress</code>). Such configurations may have an impact on
authorization or other aspects of user experience (e.g., subsequent
requests for strong authentication).
</p>
<p>
Depending on jurisdiction, users of this specification (implementers,
Expand Down

0 comments on commit c2ab61b

Please sign in to comment.