Connect Stripe Account
- Select Live Mode
- Click “Connect With Stripe” button
- Login to your stripe account
- Select account you want to connect to the website
- Click connect button
Setup Webhook
- Click the following link to access your Stripe Webhooks management page: https://dashboard.stripe.com/account/webhooks
- Click the “Add Endpoint” button above the list of Webhook URLs.
- Enter Endpoint URL
https://yourdomain.com/?callback=gravityformsstripe. Make sure to update https://yourdomain.com to you website URL.
- If offered the choice, select the latest API version.
- Click the “+ Select events” > Select all events > add events.
- Click the “Add endpoint” button to save the webhook.
- Copy the signing secret of the newly created webhook on Stripe and paste to the setting field.
- Tick “I have enabled the Gravity Forms webhook URL in my Stripe account” and Save Settings.