Re: [w3c/payment-request] PaymentRequest - Bluetooth connector (#865)

you would create a payment handler and it would call the show window API when required to show the payment sheet... in the payment sheet, you would use the BlueTooth API to pair with the hardware. The user would grant access once.  The browser would remember that "https://blue-tooth.payment.com" is allowed to use BlueTooth in the payment sheet. 

Then if you got to another website and try to pay, the browser already knows that "https://blue-tooth.payment.com" already has the permission grant... so if the user chooses to pay with that payment handler, it just works (TM). 

-- 
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-request/issues/865#issuecomment-482494768

Received on Friday, 12 April 2019 08:54:30 UTC