Skip to content

asianlegacylibrary/express.stripe

Repository files navigation

ARCHIVED

This is an archived API we were using to test Stripe Webhooks

Currently not in use.

Build a webhook endpoint

Build a simple webhook endpoint to listen to events from Stripe. Included are some basic build and run scripts you can use to start up the application.

Running the sample

  1. Build the server
npm install
  1. Run the server
npm start
  1. Your webhook is now listening at http://localhost:4242/webhook.

  2. Use the Stripe CLI or ngrok to test your new endpoint.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published