Stripe iDEAL Payment Gateway · Module v1.0.0

Stripe webhook management

Create, validate, recreate and enable the required signed Stripe webhook endpoint.

13 guidesExact navigationCode-backed rules
How-to guide

Understand the required Stripe webhook event

The module subscribes only to successful PaymentIntent events.

Open guide →
How-to guide

Find the exact webhook endpoint

Use the generated site URL ending in /ideal/webhook.

Open guide →
How-to guide

Create the Stripe webhook from the CRM warning

Allow the module to create and store a matching endpoint.

Open guide →
How-to guide

Recreate a mismatched Stripe webhook

Delete the old matching endpoint and replace stored webhook credentials.

Open guide →
How-to guide

Create the webhook manually in Stripe

Recover when automatic endpoint creation fails.

Open guide →
How-to guide

Enable a disabled Stripe webhook from the CRM

Re-enable the stored endpoint when the gateway warning reports disabled status.

Open guide →
How-to guide

Verify the stored webhook ID

Confirm the CRM webhook ID matches the endpoint found in Stripe.

Open guide →
How-to guide

Protect the webhook signing secret

Treat the stored signing secret as a production credential.

Open guide →
How-to guide

Understand webhook environment detection

Know why the settings warning says test or production.

Open guide →
How-to guide

Understand matching-endpoint deletion during creation

Know which Stripe endpoints the create action can delete.

Open guide →
How-to guide

Troubleshoot a webhook API-key warning

Correct a publishable-key/secret-key mismatch or invalid secret.

Open guide →
How-to guide

Troubleshoot automatic webhook creation failure

Use the stored flash error and manual endpoint details.

Open guide →
How-to guide

Review the create-webhook permission limitation

Understand that the supplied create route has no explicit staff capability check.

Open guide →