Stripe Checkout plugin doesn`t create registrant after payment

  • Diego Durantez Pastor
  • Topic Author
  • Offline
  • New Member
  • New Member
More
4 years 9 months ago - 4 years 9 months ago #126981 by Diego Durantez Pastor
Hello. I'm using Event Booking for Joomla, with all versions updated, and I having problems with the Stripe Checkout plugin.
I configured it and after paying, the system says that the inscription has donem,but it the backend the Event Booking doesn't create the registrant in the event.

I use other plugins like redsys or bank transfer and works fine.

Where can I find documentation about the plugin?
I don't understand the config field "endpoint secret".

Thanks!
Last edit: 4 years 9 months ago by Diego Durantez Pastor.

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

More
4 years 9 months ago #127329 by Livius Chebeleu
It sounds like you're using the Stripe Checkout Plugin. The Endpoint Secret is the Signing secret that comes from the webhook definition in Stripe.

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

  • Tuan Pham Ngoc
  • Away
  • Administrator
  • Administrator
More
4 years 9 months ago #127339 by Tuan Pham Ngoc
Hello

Could you please follow the instructions below to configure the payment plugin:

1. Go to Events Booking -> Payment Plugins, install the payment plugin

2. Click on the payment plugin to edit, enter payment plugin parameters, then publish it

- For API Keys, you can follow instructions at stripe.com/docs/keys#api-keys to get it.
- For Signing Secret, you need to setup Webhook URL (see the next step) and get the information from there. In the webhook URL setting, click on "Click to reveal" button to get it

3. You will need to login to your Stripe account, add a "Webhook URL" below (see stripe.com/docs/webhooks/setup#add-endpoint-dashboard for instructions)

domain.com/index.php?option=com_eventboo...od=os_stripecheckout

(Of course, need to replace domain.com/ with your website url)

Stripe will also asks you for the events for webhook, select two events below:

checkout.session.completed


Regards,

Tuan

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

More
4 years 8 months ago #128034 by Arbind Bhagat
Hi Tuan,
You have mentioned "two" events, but you have provided only "one" event.

What is the other event?

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

  • Tuan Pham Ngoc
  • Away
  • Administrator
  • Administrator
More
4 years 8 months ago #128040 by Tuan Pham Ngoc
Sorry. That was a typo. You only need to choose one event checkout.session.completed

Tuan

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

Moderators: Tuan Pham Ngoc