Having issues with stripe

I'm running on a test system on my laptop, using stripe-cli to handle the listener.

Stripe-cli is successfully forwarding webhooks to my endpoint, valid webhook payloads and stripe signature headings.

But the stripe listener is not routing webhooks to "On Payment Success" or "On Undefined Results" as I've put php debugging in them but nothing is produced.

Don't know if it is because I'm on a test box but can't test it on my live system.

Max_admin 1d ago
Answer

Hi ajackson

The Stripe listener should be added in the Load area of a different page with a different Pag Group as explained in this tutorial:

https://www.chronoengine.com/faqs/chronoforms/chronoforms8/how-to-use-the-stripe-payment-action-in-chronoforms8

This ensures that it's accessible by direct links from the Stripe gateway, if you need to test if the Listener works then run the test procedures explained at the end of the tutorial.

Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
ajackson1972411 23h ago

That was the problem thanks. As a different question how can I show the form data on the page stripe success url goes to?

Post a Reply