stripe plugin webhook issue - solved

  • gianluca
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
1 year 2 months ago #156014 by gianluca
stripe plugin webhook issue - solved was created by gianluca
In the documentation of Eshop it is not mentioned the Stripe plugin configuration about webhook. If we don't configure properly the webhook in Stripe and if we don't write its relative code into the plugin field Stripe will not send the end of session to Eshop component, and the email to admin will not be sent by Eshop. To prevent this we have to write into stripe a special url that is used to comunicate with the component. This url is omitted by documentation, it is not written elsewhere in this website. I don't know if it shanges for every installation o every update but I want to write it down here because I was crazy with my client during the tests of the e-commerce.
Eshop end session for Stripe:
mydomain.com/index.php?option=com_eventb...od=os_stripecheckout
Eventbooking end session for Stripe:
mydomain.com/index.php?option=com_eventb...od=os_stripecheckout

The value to insert into Stripe is: checkout.session.completed

After that the system will send email to the admin after a payment by Stripe.

Please Log in or Create an account to join the conversation.

  • Giang Dinh Truong
  • Offline
  • Administrator
  • Administrator
More
1 year 2 months ago #156017 by Giang Dinh Truong
Replied by Giang Dinh Truong on topic stripe plugin webhook issue - solved
Dear Gianluca,

Thank you for submitting the topic here. You are right, this is not written on the website. However, it is written in the readme.txt file which is included into the EShop Stripe Checkout package.

Sincerely, Giang

Please Log in or Create an account to join the conversation.

Moderators: Giang Dinh Truong