-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from rsolomakhin/master
Rebase
- Loading branch information
Showing
2 changed files
with
36 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Secure Payment Confirmation Developer Guide | ||
|
||
The experimental Secure Payment Confirmation is available for developer testing in Chrome as an [Origin Trial](https://github.com/GoogleChrome/OriginTrials). This document describes how to start using this API on your website. | ||
|
||
## Step 1: Get a compatible computer | ||
|
||
Currently, the Secure Payment Confirmation trial is only available on MacOS with built-in TouchID enabled (e.g. 2016 MacBookPro or later). | ||
|
||
## Step 2: Get a compatible version of Chrome | ||
|
||
* Stable channel: 86.0.4240.75 or later | ||
* Canary channel: 87.0.4280.0 or later | ||
|
||
You can verify that you have the right version of Chrome by trying out this [test page](https://rsolomakhin.github.io/pr/spc/). | ||
|
||
## Step 3: Enable the Origin Trial on your website | ||
|
||
Follow the [Origin Trial Developer Guide](https://github.com/GoogleChrome/OriginTrials/blob/gh-pages/developer-guide.md) to obtain a trial token and use it on your website. | ||
|
||
## Frequently Asked Questions | ||
|
||
### Q: What are the maximum dimensions of the payment instrument icon when registering a PaymentCredential? | ||
A: Chrome's current implementation expects an icon that is 32px wide by 20px high. | ||
|
||
## Need help? | ||
|
||
Please contact [email protected]. |