A Sinatra service to receive webhook events from Stripe and forward them as messages to a HipChat room
- Install the app to a server of your choice.
- Set environment variables for
HIPCHAT_API_KEY
,HIPCHAT_ROOM_ID
,AUTH_USERNAME
,AUTH_PASSWORD
- Create a webhook in your Stripe dashboard
- Set the environment variables
heroku config:set HIPCHAT_API_KEY=youapikey HIPCHAT_ROOM_ID=roomid AUTH_USERNAME=test AUTH_PASSWORD=password
- Create a webhook in your Stripe marketplace
Stripe HipChat Notifier is released under the MIT License. It is maintained courtesy of FaithStreet by Glenn Ericksen.