npm.io
1.0.0 • Published 11 years ago

hapi-stripe-webhooks

Licence
Version
1.0.0
Deps
5
Vulns
1
Weekly
0

hapi-stripe-webhooks

Build Status Coverage Status

A Hapi plugin for receiving notifications from the Stripe webhooks API.

Installation

npm install hapi-stripe-webhooks

Usage

var StripeWebhooks = require('hapi-stripe-webhooks')

server.register({
  register: StripeWebhooks,
  options: options,
})
options Object
  • onNotification Function

    The callback to be invoked when a notification is received. The function has the signature function (payload) {}. Required.

  • path String

    The path to listen on. Default '/'.

  • stripeSecretKey String

    The Stripe secret key. Required.

Tests

$ npm test

License

See LICENSE.

Keywords