Skip to content

A demo app to show the integration of Stripe Checkout (including Stripe-Hosted Page, Embedded Form, and Custom Payment Flow)

Notifications You must be signed in to change notification settings

kodefox/stripe-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

Getting Started

  • Register for a Stripe account to obtain API Keys that will be needed to get this app to work
  • Add some products on Stripe dashboard

.env variables

Backend

  • STRIPE_SECRET_KEY can be obtained from Stripe dashboard (go to Developers menu → API Keys)
  • STRIPE_WEBHOOK_SECRET will be generated when we use Stripe CLI to listen to events locally (the guide can be accessed from Stripe dashboard, go to Developers menu → WebhookAdd Local Listener)

Frontend

  • VITE_STRIPE_PUBLIC_KEY can be obtained from Stripe dashboard (go to Developers menu → API Keys)

About

A demo app to show the integration of Stripe Checkout (including Stripe-Hosted Page, Embedded Form, and Custom Payment Flow)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.0%
  • JavaScript 2.2%
  • HTML 1.8%