Stripe Webhook Configuration

Configure Webhook Settings from Stripe in Payment Page with a few easy steps.

Once you've connected in Stripe in LIVE and TEST modes, you'll see the option to configure Webhook Settings.

Webhooks are recommended because they simply create a more reliable communication method with Stripe to verify and confirm payments have been processed.

Webhook Settings must be configured or LIVE and TEST modes independently. Please follow the instructions for both the LIVE and TEST overlay windows, as they each have unique Webhook URLs.

Webhooks must be configured in order for HTTP Requests to work properly.

Go to your Stripe Webhooks Settings, and enter the Webhook URL for the Endpoint URL and select the payment_intent.succeeded event to listen to. Your settings should be configured like this:

Click Add Endpoint, and then Reveal your Signing Secret:

Paste the Signing Secret into the plugin Webhook Settings:

Be sure to click Save Settings, and follow the exact same process for both LIVE and TEST modes.

Last updated