Skip to content

Commit 9dac110

Browse files
marcoscaceresianbjacobs
authored andcommitted
Redact dependentLocality from shippingAddress (#846)
* Redact dependentLocality from shippingAddress * Make redactList mandatory * Removed dependentLocality, make redactList mandatory * Clarify the note
1 parent 3f644f4 commit 9dac110

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

index.html

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4330,7 +4330,28 @@

43304330
<a>Queue a taska> on the <a>user interaction task sourcea> to
43314331
run the following steps:
43324332
<ol>
4333-
<li>Let <var>redactListvar> be the empty list. Optionally, set
4333+
<li>
4334+
<div class="note" title="Privacy of recipient information">
4335+
<p>
4336+
The <var>redactListvar> limits the amount of personal
4337+
information about the recipient that the API shares with
4338+
the merchant.
4339+
p>
4340+
<p>
4341+
For merchants, the resulting <a>PaymentAddressa> object
4342+
provides enough information to, for example, calculate
4343+
shipping costs, but, in most cases, not enough information
4344+
to physically locate and uniquely identify the recipient.
4345+
p>
4346+
<p>
4347+
Unfortunately, even with the <var>redactListvar>,
4348+
recipient anonymity cannot be assured. This is because in
4349+
some countries postal codes are so fine-grained that they
4350+
can uniquely identify a recipient.
4351+
p>
4352+
div>
4353+
li>
4354+
<li>Let <var>redactListvar> be the empty list. Set
43344355
<var>redactListvar> to « "organization", "phone", "recipient",
43354356
"addressLine" ».
43364357
li>

0 commit comments

Comments
 (0)