#kasvith-webhooks
1 messages · Page 1 of 1 (latest)
evt_1L00uqHYxhySbk2wkvxULVsh
customer had 3ds enabled, i think this event fired when he was doing 3ds auth
unfortunately there is no info to track what it was
and we use this event to send an email to customer when an invoice payment failed
yeah this is just an event from during the Checkout process. You should ignore them really since the customer is on a hosted page, you only care when they complete the Checkout (listening for checkout.session.completed ).
You can listen to that event type (so you can handle recurring invoice failures like you say) but ignore the event(return a 200 in the webhook but don't do anything in your own code) if it has billing_reason: "subscription_create"