diff --git a/specs/basic-card-payment.html b/specs/basic-card-payment.html index d996fc36..a397bded 100644 --- a/specs/basic-card-payment.html +++ b/specs/basic-card-payment.html @@ -200,6 +200,13 @@

BasicCardResponse

+

+There is a requirement for payment apps to be able to return data that is +hidden from the payee themselves (perhaps for PCI scope reasons) as they will +pass it on to their payment service processor who can then decrypt it and use +it. +

+
diff --git a/specs/paymentrequest.html b/specs/paymentrequest.html index 67c6f18f..837cc43e 100644 --- a/specs/paymentrequest.html +++ b/specs/paymentrequest.html @@ -796,13 +796,6 @@

PaymentResponse interface

-

-There is a requirement for payment apps to be able to return data that is -hidden from the payee themselves (perhaps for PCI scope reasons) as they will -pass it on to their payment service processor who can then decrypt it and use -it. This may be incorporated into the details object or elsewhere. -

-

complete()

The complete method must be called after the user has accepted the payment