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: 7 months 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 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-12T15:30:17.000Z (almost 10 years ago)
- Last Synced: 2025-04-06T22:44:05.429Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 9.77 KB
- Stars: 26
- Watchers: 0
- 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!