This demo requires that ngrok be installed or that you have some means of accessing the local web service from an iOS 10+ device. This is a demonstration only and absolutely should NOT be used in a production environment (as Flask is set to run in debug-mode for auto-reload).
To deploy directly to Heroku, click this button:
pip install -r requirements.txt
Replace the keys below and run the following command in your terminal.
STRIPE_SECRET_KEY=sk_test_XXX STRIPE_PUBLISHABLE_KEY=pk_test_XXX python run.py
Start an ngrok route to your machine.
ngrok http 5000
https://<YOURNGROKADDRESS>.ngrok.io/
NOTE: This is over HTTPS!