• Resolved maltfield

    (@maltfield)


    Can you please enumerate the full list of the minimum set of “Events” that our Stripe Endpoint should listen-to?

    This plugin’s documentation describes how to create a WebHook in stripe.com’s developer section here:

    * https://www.webtoffee.com/woocommerce-stripe-payment-gateway-plugin-user-guide/#SEPA_Pay_16

    Unfortunately, it does not specify the minimum set of “Events” that we should listen-to when creating the endpoint in the Stripe dashboard.

    For example, the stripe payments integration developed by woocommerce lists the following “Events”:

    source.chargeable
    source.canceled
    charge.succeeded
    charge.failed
    charge.captured
    charge.dispute.created
    charge.dispute.closed
    charge.refunded
    review.opened
    review.closed
    payment_intent.succeeded
    payment_intent.payment_failed
    payment_intent.amount_capturable_updated
    payment_intent.requires_action
    setup_intent.succeeded
    setup_intent.setup_failed

    (Source: https://woocommerce.com/document/stripe/#webhooks)

    My question is: What are the minimum set of Events to which we should configure our webhook to listen-to in our Stripe dashboard when using this plugin?

Viewing 1 replies (of 1 total)
  • Plugin Author WebToffee

    (@webtoffee)

    Hi @maltfield,

    Thank you for reaching out to us

    Below is the list of webhook events the plugin use. Make sure that the below webhooks are set up in your stripe dashboard

    charge.refund.updated
    charge.dispute.created
    charge.succeeded
    charge.failed
    source.chargeable
    source.failed
    payment_intent.succeeded
    payment_intent.payment_failed
Viewing 1 replies (of 1 total)
  • The topic ‘Minimum set of Webhook Events’ is closed to new replies.