Skip to content

Instantly share code, notes, and snippets.

@kn
Last active October 26, 2018 21:10
Show Gist options
  • Save kn/b33a57b8f5b86617df0195e832fb0b70 to your computer and use it in GitHub Desktop.
Save kn/b33a57b8f5b86617df0195e832fb0b70 to your computer and use it in GitHub Desktop.
How to test Apple Pay integration with stripe.js?
  1. Follow Stripe's instructions to setup the Apple Pay Sandbox. Note that you need to pay $99 to enroll into Apple's Developer Program. Also, you need to use a real iOS device, not a simulator that comes with Xcode.
  2. Apple Pay only works over HTTPS so you need to use a tool like (stunnel)[https://www.stunnel.org/index.html] to serve your website over https locally.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment