Re: [w3c/payment-handler] Basic-credit security issue (#379)

>  Is it possible to cover this case in a future version?

Yes, that seems like the most natural approach, so that's what browsers should be doing, ideally.

> What about retrieving of credit card /saved billing address information from Chrome within custom Payment Web App? Is it possible?

That can be done by utilizing autofill on your page. That is, show a `<form><input type="text" name="cc" id="cc" autocomplete="cc-number"></form>` in your payment handler. Then browsers should give the user the ability to autofill their cards into the payment handler.

-- 
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/379#issuecomment-741027089

Received on Tuesday, 8 December 2020 21:03:25 UTC