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

Commit

Permalink
Add privacy and security considerations (#7)
Browse files Browse the repository at this point in the history
* Added short section based on
#2 (comment)
8986060

* Also corrected 2 heading levels
  • Loading branch information
ianbjacobs authored Aug 17, 2016
1 parent 3d1d756 commit e019cfd
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ <h2>Payment Method Identifier</h2>

<section id="flow">
<h2>Payment Method Flow</h2>
<p>The following represent the flow for all the supported <a>payment method identifier</a> strings as they could be used by a website</p>
<p>The following represent the flow for all the supported <a>payment method identifier</a> strings as they could be used by a web site</p>
<p>The blue call-outs show where and how the API is invoked.</p>

<div><a href="http://www.plantuml.com/plantuml/proxy?fmt=svg&src=https://raw.githubusercontent.com/w3c/webpayments-flows/gh-pages/TargetFlows/Card/MerchantHosted-CardPayment-TargetWithSimpleApp.pml"><img width="100%" src="http://www.plantuml.com/plantuml/proxy?fmt=svg&src=https://raw.githubusercontent.com/w3c/webpayments-flows/gh-pages/TargetFlows/Card/MerchantHosted-CardPayment-TargetWithSimpleApp.pml"/></a></div>
Expand All @@ -188,7 +188,7 @@ <h2>Payment Method Response</h2>
PaymentRequest API when a user accepts payment with a Basic Payment Card payment method.</p>

<section>
<h2>BasicCardResponse</h2>
<h3>BasicCardResponse</h3>
<pre class="idl">
dictionary BasicCardResponse {
DOMString cardholderName;
Expand Down Expand Up @@ -232,7 +232,7 @@ <h2>BasicCardResponse</h2>
</section>

<section>
<h2>BillingAddress</h2>
<h3>BillingAddress</h3>
<pre class="idl">
dictionary BillingAddress {
// [...] fields TBC - most likely the same as shipping address
Expand All @@ -255,6 +255,14 @@ <h2>BillingAddress</h2>
payment method selected and then Basic Card Payment values would need to be defined in this
document.
</div>

<section id="security">
<h2>Security and Privacy Considerations</h2>

<p>Owners of web sites SHOULD NOT store the payer's card information except where warranted, such as storage for future and recurring payments. When card information is stored, web site owners SHOULD take measures to prevent its disclosure.</p>

<p><strong>Note</strong>: Implementers may be subject to PCI DSS or other regulations, but discussion of those considerations lies outside the scope of this document.</p>
</section>

</body>
</html>

0 comments on commit e019cfd

Please sign in to comment.