...
Go to Developers → Webhooks
Click on the button “Add endpoint” and configure webhook
Endpoint URL - https://your-domain/api/payment-systems/stripe/webhook
Events to send - payment_intent.succeeded and , invoice.paid, customer.subscription.updated
// Replace your-domain with your actual domain address.
Setting up a Stripe account in the website settings
In the website settings your-domain/admin/settings/payments add a new payment method Stripe
Fill in:
API Secret key (You can find it in your Stripe settings Developers → API keys → Secret key)
Webhook secret key (You can find it in your Stripe settings Developers → Webhooks → webhook, that configured on previous step → Signing secret
Click “Save”. System is configured.