Skip to content

Add Apple Pay test certificate chain #138

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added source/applepay-test-certificate-chain.tar
Binary file not shown.
5 changes: 5 additions & 0 deletions source/index.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -846,6 +846,11 @@ a payment token:
<b>Notice:</b> An authorization made with <code>applepay</code> cannot be a
subsequent-in-series authorization.
<br />
<b>Notice:</b> In production, the Apple Pay token's signature is checked
against Apple's certificate chain. For the test system, we use
<a href="applepay-test-certificate-chain.tar">a self-generated certificate
chain</a> (includes a client certificate and key for your convenience).
<br />
<b>Notice:</b> Clients using <code>applepay[raw]</code> are responsible for
verifying the payment token's signature, decrypting the token's payment data,
validating the format of the fields in the payment data, etc. The procedure
Expand Down