Could not process webhook id

Laraship QuestionsCategory: TechnicalCould not process webhook id
Cris asked 6 years ago

We're seeing a bunch of exception on webhook calls like:

"code":0,"message":"Could not process webhook id 96 of event name stripe.charge.succeeded not registered."

Are there any ways to track and debug this? Also any idea where to look? Thanks!

1 Answers
laraship Staff answered 6 years ago

Hello,

You should remove this webhook event from the events subscribed to the webhook as its not required for the subscriptions.

these are the events required

    'invoice.created' 

'invoice.payment_succeeded'

'invoice.payment_failed

'customer.subscription.deleted'

'customer.subscription.trial_will_end'