Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork68
💰 Minimal Boilerplate for Stripe used in React and Express. Charge payments from your customers with this project.
License
rwieruch/react-express-stripe
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Deprecated due to SCA:
A full walkthrough tutorial of implementing this boilerplate project.SCA ready Tutorials:
git clone git@github.com:rwieruch/react-express-stripe.gitcd react-express-stripe
Important: Setup works only with backend hosted somewhere reachable via an IP or domain. Stripe's Webhooks are not going to work on a localhost backend. The frontend application can run locally though.
- Register atStripe and Setup a Payment Account to access the Dashboard
- Find your API Keys:
- Replace frontend
- API keys:
YOUR_STRIPE_PUBLIC_KEY
- API keys:
- Replace backend
- API keys:
YOUR_STRIPE_SECRET_KEY - Webhook secret:
YOUR_STRIPE_WEBHOOK_SECRET
- API keys:
cd frontendnpm installnpm start- visithttp://localhost:3000/
cd backendnpm installnpm start- visithttp://localhost:8888/
When using it in production, you have to use a real credit card. Otherwise, in development mode, you can use aStripe's test credit cards:
- Email: Any Email
- Number: 4242 4242 4242 4242
- Date: Any Date in the Future
- CVC: Any 3 Numbers
About
💰 Minimal Boilerplate for Stripe used in React and Express. Charge payments from your customers with this project.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors3
Uh oh!
There was an error while loading.Please reload this page.
