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.
    Secret key - Stripe API
  • 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'.
    Webhook endpoint - Stripe API
  • Add your 'Signing secret' key to your Drupal 'settings.php' file.
    Signing secret key - Stripe API
    $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

Releases