Skip to content

Rayiz3/Stripe-on-Solid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stripe-on-Solid

This is an unofficial implementation of Stripe payment system with SolidJS.

The basic reference is Solid Stripe, the 3rd-party package which implements Stripe on SolidJS.

See details on the Solid Stripe website.

Client side running

$ cd stripeClient
$ npm start

If the dependencies have not been resolved, you should install them:

$ cd stripeClient
$ npm i

Server side running

$ cd stripeServer
$ python server.py

For running webhook on your local testing, you need Stripe CLI.

If you already has installed Stripe CLI, run the following command on your Stripe directory:

$ .\stripe listen --forward-to localhost:4242/webhook

If it runs correctly, it will give you such message and an endpoint_secret.

$ Ready! You are using Stripe API Version [YYYY-MM-DD]. Your webhook signing secret is <whsec_...> (^C to quit)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published