We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
certificate_pem = open('merchant_cert.pem', 'rb').read() private_key_pem = open('merchant_private_key', 'rb').read()
I have only a apple_pay.cer file.
The text was updated successfully, but these errors were encountered:
These files are provided by Apple.
Sorry, something went wrong.
@SunGg12138 convert your P12 private key and your CER cert to PEM.
See this here: https://aaronmastsblog.com/blog/apple-pay-certificates/
@halturin great script BTW!!! Best one of all available.
@SunGg12138 I have gotten this working in JS https://github.com/inturbidus/applepay-token
Thank you very much.
No branches or pull requests
I have only a apple_pay.cer file.
The text was updated successfully, but these errors were encountered: