• Laz

    (@lazharichir)


    Hello – what is the webhook URL to save into Stripe’s settings to receive events?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author wsspg

    (@wsspg)

    Wsspg does not currently implement a webhook to receive Stripe event notifications.

    Thread Starter Laz

    (@lazharichir)

    Are webhooks going to be implemented soon or are they not a priority at all?

    Thanks!

    Plugin Author wsspg

    (@wsspg)

    Hello,

    A webhook for certain Stripe events is currently under development; there is not yet a projected date for the release of this feature.

    Is there a particular set of events you are interested in ? It would help if you could describe your use-case: there are many Stripe events, and not all of them will elicit a response in Wsspg.

    Thank you for using Wsspg ! If you have a spare moment, please consider giving it a rating.

    Thread Starter Laz

    (@lazharichir)

    The main ones for subscriptions I believe are:

    • charge.succeeded (check the $event->invoice, if empty it’s a one-time charge, if there is an Invoice object, it’s a subscription payment)
    • invoice.payment_succeeded (payment with account credit/balance, so no charge had to be created)
    • invoice.payment_failed (self explanatory)
    • customer.subscription.deleted (after the final attempt to get the payment as per Stripe’s options)

    Hope this helps?

    Lazhar

    • This reply was modified 7 years, 7 months ago by Laz.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘What’s the bebhook URL for Stripe Events?’ is closed to new replies.