This module adds a Stripe Webhook endpoint to to receive notifications of the desired events and launch Symfony events.
CONFIGURATION
- Login your Stripe account.
- Go to API section.

- Add your 'Secret key' to your Drupal 'settings.php' file.
$settings['stripe_webhooks_api_key'] = 'sk_XXXX_XXXXXXXXXXXXXXXXXXXXXXXX'; - Add your Webhook endpoint, the path is 'http://your-site.com/stripe-webhooks/endpoint'.

- Add your 'Signing secret' key to your Drupal 'settings.php' file.

$settings['stripe_webhooks_signing_secret_key'] = 'whsec_XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'; - Congratulations, now you can receive your Stripe notifications, see our module example for more details.
Supporting organizations:
Project information
- Project categories: E-commerce
14 sites report using this module
- Created by facine on , updated
Stable releases for this project are covered by the security advisory policy.
There are currently no supported stable releases.
Releases
2.0.0-beta1
released 17 October 2023
Works with Drupal: ^9 || ^10
Install:
Development version: 2.x-dev updated 2 Nov 2023 at 21:53 UTC


