Developer Advocate in Tokyo
Web based payment apps developer guide
Web Payments allows any websites to act as a payment handler for the Payment Request API. Learn how to do it.
Payment Method Basics
Understanding how payment methods are specified in the Payment Request API is mandatory for you. Learn 2 types of payment methods and how to create your own.
How Payment Request API Works
Learn how the Payment Request API works at a high level.
How the payment ecosystem works
Learn who are involved in the Web Payments ecosystem, how they interact each other and how you can get involved.
Web Payments Overview
Learn the concept of the Web Payments and how it works at a high level.
Bring your payment method to the web with the Payment Handler API
Chrome beta 68 ships with the Payment Handler API -- the new, open, and standard way for web-based payment applications to be offered as a payment option during checkout. It enables merchants to accept a wide variety of payment options within a native-browser experience.
Enabling Strong Authentication with WebAuthn
Chrome 67 beta introduces the Web Authentication (WebAuthn) API, which allows browsers to interact with and manage public-key based credentials. This enables strong authentication using removable security keys and built-in platform authenticators such as fingerprint scanners.
Credential Management API Feature Detection Check-up
Credential Management API Feature Detection Check-up
Latest Updates to the Credential Management API
Latest updates coming to the Credential Management API in Chrome 60. Also includes an update landed in Chrome 57.
Changes in the Payment Request API
In Chrome, there are updates to the Payment Request API following the spec changes. Learn what they are and make changes to your own implementation.
Save Credentials from Forms
Sign in Users
The Credential Management API
Bringing Easy and Fast Checkout with Payment Request API
Payment Request is a new API for the open web that makes checkout flows easier, faster and consistent.
Streamlining the Sign-in Flow Using Credential Management API
To provide a sophisticated user experience, it's important to help users authenticate themselves to your website. But creating, remembering and typing passwords tends to be cumbersome for end users, especially on mobile
Social Discovery
You can influence the way your site appears when shared via social media by adding a few lines of code to each page. This can help bring more people to your site by providing previews with richer information than would otherwise be available.
Search Optimization
Websites are visited not only by humans, but also by search engine web crawlers. Learn how to improve search accuracy and ranking for your website.
dialog element shipped in Chrome 37 Beta
Chrome Beta has landed its native support for <dialog> element
Blob support for IndexedDB landed on Chrome Dev
Long awaited feature for Chrome, Blob support on IndexedDB landed in Chrome Dev.
dialog element: Modals made easy
Have you ever created your own modal dialog box? Soon, you won't need to ever again; dialog boxes are becoming a part of the web platform.