How can I ensure webhook parameters get submitted correctly?

  • MyStrain
    Asked on February 22, 2016 at 12:11 PM

    1) How can I make sure looking at the webhook parameters that the form (payment form) was submitted correctly and that the card was charged (that Stripe hasn't returned any errors)?

    2) Will the webhook work if the form is submitted with invalid parameters?

    Thanks advance!)

  • KadeJM
    Replied on February 22, 2016 at 1:37 PM

    Based on your above questions it seems to me that you want to make sure your webhook is setup and submitted to display the information properly and avoid errors.

    If you refer to this guide for setting up webhooks with jotform to show how our webhooks operate.

    Additionally, you can also view these webhook examples for further ideas and help.

    Are you attempting a webhook between the form and stripe? Is that why you are asking?

    What sort of invalid parameters are running into?

    Can you show us what you have currently?