Stripe Webhook Configuration
To handle Stripe webhooks, proceed as follows;
- Login to your stripe dashboard and click on Developers section.
- Click Webhooks -> Add Endpoint button
- Enter webhook URL as https://{YOUR-DOMAIN}/stripe/webhook replace {YOUR-DOMAIN} with your actual domain e.g https://app.workice.com/stripe/webhook
By default, Workice CRM will automatically handle cancelling subscriptions that have too many failed charges (as defined by your Stripe settings), customer updates, customer deletions, subscription updates, and credit card changes;
Required stripe webhooks;
customer.subscription.updated
customer.subscription.deleted
customer.updated
customer.source.deleted
customer.deleted