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
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'
Please login or Register to submit your answer