Why do we need to put a payment api into a browser?
Payment Request API
11–20 of 128 posts
Re: Payment Request API
#12Why do we need to put a payment api into a browser?
Re: Payment Request API
#13For anyone else like me who was overwhelmed by all the information and just looking for summaries: "In one sentence, how does it work? Payment Request API enables a user to complete a transaction more easily by reusing information stored in the browser or third party payment apps." https://github.com/w3c/payment-request-info/wiki/FAQ
When it comes down to it, a credit card number is kind of serving double as a username and password for online payments right now. This new API has the potential to significantly improve upon the security of raw PANs.
Re: Payment Request API
#14Why do we need to put a payment api into a browser?
Re: Payment Request API
#15Wonder how this impacts Stripe
I'm pretty sure it doesn't. It would just let Stripe add a "use credit card data from your browser" button that avoided making users type it in every time.
Re: Payment Request API
#16Re: Payment Request API
#17Why do we need to put a payment api into a browser?
To enable micropayments for content such as news.
Re: Payment Request API
#18Re: Payment Request API
#19So there's now a protocol for the browser to transparently share payment data with websites but we still can't get something to let the browser transparently log us in to websites?
Re: Payment Request API
#20But the same API should also be able to let us choose which wallet to pay cryptocurrencies from.