Skip to content

aaronksaunders/stripe-ionic7

Repository files navigation

Integrating Stripe Payments in Ionic React JS App with NodeJS | Capacitor

Need .env file for server project and the react application

server/.env

STRIPE_SECRET_KEY='sk_test_VALUE'

.env

REACT_APP_STRIPE_PUBLISHABLE_KEY='pk_test_VALUE'

See blog Post for additional information