• Resolved pcmdv

    (@pcmdv)


    Hi Guys,
    Can you detail which Stripe webhook end point events need to be sent with Woocommerce?

    The Stripe documents say:
    “Your webhook endpoints should be configured to receive only the types of events required by your integration. Listening for extra events (or all events) will put undue strain on your server and is not recommended.

    Thanks
    Patricia

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support dougaitken

    (@dougaitken)

    Automattic Happiness Engineer

    Hi @pcmdv

    The full list is here – https://docs.woocommerce.com/document/stripe/#section-3

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

    I hope this helps, have a great day!

    Thanks,

    Plugin Support slash1andy

    (@slash1andy)

    Automattic Happiness Engineer

    Hey there!

    We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Webhook End Point Events to Send’ is closed to new replies.