...
Setting up a Stripe account
Go to Stripe settings Developers →
...
Click on the button “Add endpoint” and configure webhook
...
Endpoint URL - https://your-domain/api/payment-systems/stripe/webhook
...
API keys and create new Secret key. Name it as you like. Copy secret key somewhere, you will need it on next step.
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 (
...
Use previously remembered secret key generated on Stripe API Keys page)
Webhook secret key
...
will be filled in automatically, this field is not editable
Click “Save”. System is configured.