Skip to content

FaithStreet/Stripe-Hipchat-Notifier

Repository files navigation

Stripe HipChat Notifier

A Sinatra service to receive webhook events from Stripe and forward them as messages to a HipChat room

Basic Installation

  1. Install the app to a server of your choice.
  2. Set environment variables for HIPCHAT_API_KEY , HIPCHAT_ROOM_ID , AUTH_USERNAME , AUTH_PASSWORD
  3. Create a webhook in your Stripe dashboard

Heroku Installation

  1. Deploy
  2. Set the environment variables heroku config:set HIPCHAT_API_KEY=youapikey HIPCHAT_ROOM_ID=roomid AUTH_USERNAME=test AUTH_PASSWORD=password
  3. Create a webhook in your Stripe marketplace

Credits

Stripe HipChat Notifier is released under the MIT License. It is maintained courtesy of FaithStreet by Glenn Ericksen.

About

Simple Sinatra app that forwards Stripe events to a Hipchat Room

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages