Which events to select while using Webhooks?
-
jamessandersAsked on September 16, 2020 at 10:52 PM
When adding the webhook end point, which Events to send should be selected?
This is a re-post of a comment on How to integrate Stripe ACH to your form?
-
KevinAnswered on September 17, 2020 at 12:41 AMJotform Support
While using Webhooks, you only need to capture the data using the POST method, nothing else is required, you can then manage the data as you want on your end. Kindly check the following links for more details and examples:
https://www.jotform.com/help/245-How-to-Setup-a-Webhook-with-JotForm
https://www.jotform.com/help/248-Webhook-PHP-Script-Examples
I hope this helps.
-
wiseflowAnswered on October 07, 2020 at 12:45 PM
@Kevin, you need to select an event in Stripe in order to setup the webhook. There are over 50 options, it would be nice to know which ones is the right one.
-
JonathanAnswered on October 07, 2020 at 04:55 PMJotform Support
Thank you for the clarification. Though due to lacking in details, I think what you wanted to do was similar to what was discussed on this ticket
https://www.jotform.com/answers/2059496-Use-Webhooks-to-trigger-the-capture-Stripe-payment
I suggest you check also the resolution offered on that ticket.
If it is not enough please provide us with more details of your requirements and also your current Webhooks/Stripe settings.
-
wiseflowAnswered on October 07, 2020 at 06:23 PM
Sorry I did not realize this post was not dedicated to Stripe ACH integration. So on the form there are all the instructions on how to set-up a Stripe webhook for Stripe ACH payment gateway but it is missing the instruction on what even to select.
To finalize the setup of a Stripe webhook I need to chose an event to trigger the webhook but I have no idea what to chose. The list is huge and it is not intuitive.
Thank you
Loic
-
JonathanAnswered on October 07, 2020 at 07:03 PMJotform Support
The Events option can also depend in the Endpoint setup.
I suggest you check here https://stripe.com/docs/api/webhook_endpoints/object the description of each Events object to get a better understanding on which one is applicable on your setup.
Look for them in the Parameters section.
-
wiseflowAnswered on October 07, 2020 at 07:29 PM
I just need to know what event is required for the Jotform Stripe ACH integration to work
-
Vanessa_TAnswered on October 08, 2020 at 03:56 AM
Kindly select to receive all events.
-
wiseflowAnswered on October 08, 2020 at 12:29 PM
Thank you Vanessa! I honestly this should be part of the instructions
-
KevinAnswered on October 08, 2020 at 01:55 PMJotform Support
Thanks for the suggestion, this will be taken into account and we will update the instructions as soon as possible.