bigman1208000 / stripe-card-payment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stripe Card Payment App

Here is the Image

Just add the following keys in your .env file 👇

  1. REACT_APP_STRIPE_PUBLIC_KEY
  2. REACT_APP_STRIPE_SECRET_KEY

Accept a Card Payment

Build a simple checkout form to collect card details. Included are some basic build and run scripts you can use to start up the application.

Running the sample

  1. Build the application

npm install

  1. Run the application

npm start

  1. Go to localhost:3000/

Boom. That's it. You're good to go!

About


Languages

Language:JavaScript 59.1%Language:CSS 31.5%Language:HTML 9.4%