zdoc01 / checkout-examples

Checkout integration examples available on the web.

Home Page:https://zdoc01.github.io/checkout-examples/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Checkout Examples

This project aims to show multiple checkout integration examples available on the web.

Payment Request

Checkout example using the new W3C Payment Request API. At time of writing this feature was only available on Android in Dev versions of Chrome (originally tested against version 52.0.2743.25). The Chrome implementation was demoed at Google I/O 2016 as part of the Bringing seemless checkouts to the mobile web talk given by Alex Sieke and Rouslan Solomakhin.

Key things to consider:

  • Provides one-touch payment option - no need to fill in forms
  • Can easily integrate with third-party payment solutions such as Android Pay
  • Only supported in top-level contexts (i.e. not supported in lower level contexts like iframes - See Issue #2)

Demo

About

Checkout integration examples available on the web.

https://zdoc01.github.io/checkout-examples/


Languages

Language:JavaScript 70.6%Language:HTML 17.5%Language:CSS 11.8%