Skip to content
 
 

Latest commit

 

History

18 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

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

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages