From e7156cce69c61485e88ebdb3ec2a4f274661a40d Mon Sep 17 00:00:00 2001
From: Ian Jacobs The following represent the flow for all the supported payment method identifier strings as they could be used by a website The following represent the flow for all the supported payment method identifier strings as they could be used by a web site The blue call-outs show where and how the API is invoked.Payment Method Identifier
Payment Method Flow
- Payment Method Response
PaymentRequest API when a user accepts payment with a Basic Payment Card payment method.
dictionary BasicCardResponse { DOMString cardholderName; @@ -232,7 +232,7 @@BasicCardResponse
dictionary BillingAddress { // [...] fields TBC - most likely the same as shipping address @@ -255,6 +255,14 @@BillingAddress
payment method selected and then Basic Card Payment values would need to be defined in this document. + ++ Security and Privacy Considerations
+ +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.
+ +Note: Implementers may be subject to PCI DSS or other regulations, but discussion of those considerations lies outside the scope of this document.
+