Stripe webhook management
Create, validate, recreate and enable the required signed Stripe webhook endpoint.
Stripe iDEAL Payment Gateway
Open guide →GuideUnderstand the required Stripe webhook event
The module subscribes only to successful PaymentIntent events.
Open guide →GuideFind the exact webhook endpoint
Use the generated site URL ending in /ideal/webhook.
Open guide →GuideCreate the Stripe webhook from the CRM warning
Allow the module to create and store a matching endpoint.
Open guide →GuideRecreate a mismatched Stripe webhook
Delete the old matching endpoint and replace stored webhook credentials.
Open guide →GuideCreate the webhook manually in Stripe
Recover when automatic endpoint creation fails.
Open guide →GuideEnable a disabled Stripe webhook from the CRM
Re-enable the stored endpoint when the gateway warning reports disabled status.
Open guide →GuideVerify the stored webhook ID
Confirm the CRM webhook ID matches the endpoint found in Stripe.
Open guide →GuideProtect the webhook signing secret
Treat the stored signing secret as a production credential.
Open guide →GuideUnderstand webhook environment detection
Know why the settings warning says test or production.
Open guide →GuideUnderstand matching-endpoint deletion during creation
Know which Stripe endpoints the create action can delete.
Open guide →GuideTroubleshoot a webhook API-key warning
Correct a publishable-key/secret-key mismatch or invalid secret.
Open guide →GuideTroubleshoot automatic webhook creation failure
Use the stored flash error and manual endpoint details.
Open guide →GuideReview the create-webhook permission limitation
Understand that the supplied create route has no explicit staff capability check.
Open guide →