Re: [w3c/payment-handler] Indicate to the payment handler whether the user agent showed payment sheet? (#250)

Hi @rsolomakhin,

I think that might be useful information. For example, suppose I could configure my payment app so that payments under a certain amount happen automatically. Furthermore, the payment app is launched automatically without showing the sheet. This means that I make a payment simply by clicking on the Buy button. On the one hand, this might be useful for streamlining some types of payments. On the other hand, a payment app may need to enforce a user consent model where there is at least one explicit user action. Perhaps selection of the payment app in the sheet suffices as an explicit user action, so the payment handler does not need to prompt the user further. But if the sheet does not include a user action, the perhaps the payment handler needs to require it. So it might be helpful for the payment handler to know whether a user action has already taken place.

Ian

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/payment-handler/issues/250#issuecomment-368938628

Received on Tuesday, 27 February 2018 16:31:26 UTC