.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
STRIPE_PUBLISHABLE_KEY
secret
Stripe keys https://dashboard.stripe.com/apikeys
STRIPE_SECRET_KEY
secret
STRIPE_WEBHOOK_SECRET
secret
https://stripe.com/docs/webhooks/signatures
SENDGRID_API_KEY
secret
Sendgrid key https://app.sendgrid.com/settings/api_keys
FROM_EMAIL_ADDRESS
FULFILLMENT_EMAIL_ADDRESS
brew install flyctl && fly launch --from https://github.com/nknj/checkout-netlify-serverless
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/nknj/checkout-netlify-serverless
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/nknj/checkout-netlify-serverless