MoreiraJorge / stripeWebHook

This repository contains a simple implementation of a stripe webhook to capture events from stripe with Typescript, Koa and Node. Feel free to download this repo and make use of it. The status is still in progress because i am still looking for changes and improvements for this implementation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stripe webhook

NodeJS TypeScript

A simple stripe webhook implementation

This repository contains a simple implementation of a stripe webhook to capture events from stripe with Typescript, Koa and Node. Feel free to download this repo and make use of it. The status is still in progress because i am still looking for changes and improvements for this implementation.

Note

Use stripe CLI to trigger stripe events and test this project locally before you start any implementation in your own project with live payments : https://stripe.com/docs/stripe-cli

More information about stripe webhooks can be found in the docs : https://stripe.com/docs/webhooks

Don´t forget to force TLS/HTTPS on your webhook endpoint in production!


status

About

This repository contains a simple implementation of a stripe webhook to capture events from stripe with Typescript, Koa and Node. Feel free to download this repo and make use of it. The status is still in progress because i am still looking for changes and improvements for this implementation.


Languages

Language:TypeScript 100.0%