PHPackages                             vulcandigital/silverstripe-stripewebhook - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Payment Processing](/categories/payments)
4. /
5. vulcandigital/silverstripe-stripewebhook

ActiveSilverstripe-vendormodule[Payment Processing](/categories/payments)

vulcandigital/silverstripe-stripewebhook
========================================

A delegation interface for handling Stripe webhook events

1.0.0(8y ago)0192BSD-3-ClausePHP

Since Feb 27Pushed 8y ago1 watchersCompare

[ Source](https://github.com/vulcandigital/silverstripe-stripewebhook)[ Packagist](https://packagist.org/packages/vulcandigital/silverstripe-stripewebhook)[ RSS](/packages/vulcandigital-silverstripe-stripewebhook/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (4)Versions (1)Used By (0)

silverstripe-stripewebhook
==========================

[](#silverstripe-stripewebhook)

This module is a Stripe webhook event handling delegation interface, a subclass can handle one or more event and an event can be handled by one or more subclass

Requirements
------------

[](#requirements)

- silverstripe/framework: ^4

Configuration
-------------

[](#configuration)

```
Vulcan\StripeWebhook\StripeWebhook:
  secret_key: "your-live-secret-key"
  endpoint_secret: "your-endpoint-live-secret-key
```

You can also use test keys and the webhook simulator will work fine with this module

Usage
-----

[](#usage)

1. Install and dev/build
2. Add a webhook endpoint to Stripe that points to  and ensure that it sends the events you require
3. Create your functionality for your event(s):

```
