Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eahefnawy/serverless-stripe-webhook
:credit_card: Serverless Module that creates a webhook for Stripe.
https://github.com/eahefnawy/serverless-stripe-webhook
Last synced: 29 days ago
JSON representation
:credit_card: Serverless Module that creates a webhook for Stripe.
- Host: GitHub
- URL: https://github.com/eahefnawy/serverless-stripe-webhook
- Owner: eahefnawy
- License: mit
- Created: 2015-09-27T16:30:29.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-12T15:30:17.000Z (almost 9 years ago)
- Last Synced: 2024-10-07T14:06:14.779Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 9.77 KB
- Stars: 26
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-serverless - Stripe Serverless webhook - Serverless Module that creates a webhook for Stripe. (Payments)
README
# 💳 serverless-stripe-webhook
In your Serverless project root directory, run:
```
sls module install https://github.com/eahefnawy/awsm-stripe-webhook
```open `/back/modules/sl-stripe-webhook/lib/index.js` and add your callback code. This is the code that will handle the webhook.
when you're done, deploy with:
```
sls function deploy
sls endpoint deploy
```
After deployment, add this webhook URL to Stripe: `/webhooks/stripe`, and test it out!