Stripe
How to configure Stripe payments
Last updated
How to configure Stripe payments
Last updated
Whole process consist of 2 Steps:
Add Webhook
Generate secret key
Configure payment options (in config.php)
Visit Stripe Webhooks Page https://dashboard.stripe.com/webhooks
Click on "Create an event destination"
You should see following screen, fill it as follows:
As endpoint secret enter:
For MyAAC 1.0+ and Gesior Shop System 6.0+
https://your-domain.com/payments-notify/stripe
For MyAAC 0.8 and Gesior Shop System 5.0+
https://your-domain.com/payments/stripe.php
On the same screen, click on "Select events". You should see following screen.
From the events select checkout.session.completed
This is the only event we need.
Then click on Add events button
And finally click on "Add endpoint"
After that you should be redirected to your Webhook site
Click on "Reveal" Signing Secret:
You should see a key, which you enter in plugins/gesior-shop-system/config.php, in the Stripe section:
Go into https://dashboard.stripe.com/apikeys
Click Create Secret Key:
In the popup screen select the second option:
Finally, click on Create secret key
You will receive a mail, and also will need probably to confirm using Auth App.
When everything goes smooth, you should see your secret key:
Enter in into same config.php like before under "secret_key", here: