Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
January 6, 2017 11:27 am GMT

Introducing the Payment Request API

As I understand it:

  • It's the early days for a standards-based JavaScript API for payments on the web. As in, var payment = new PaymentRequest(methodData, details, options);
  • For users, it means potentially better UX. Payment methods are stored by the browser, and work with those browsers existing proprietary payment systems (e.g. Microsoft Wallet). That means users aren't filling out payment forms nearly as often, they are just selecting payment methods.
  • For developers, long term, it means not having to create


Introducing the Payment Request API is a post from CSS-Tricks


Original Link: https://blogs.windows.com/msedgedev/2016/12/15/payment-request-api-edge/

Share this article:    Share on Facebook
View Full Article

CSS Tricks

A Web Design Community curated by Chris Coyier

More About this Source Visit CSS Tricks