/stripe-ionic7

Stripe Payment Sheet Ionic React

Primary LanguageTypeScript

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