#dusty_b
1 messages · Page 1 of 1 (latest)
Quick question - did you mean the payment_intent.payment_failed webhook isntead? customer.payment_failed doesn't exist
sorry, invoice.payment_failed'
Gotcha - I believe if 3DS is needed then the invoice.payment_action_required event is what'll be fired, not the invoice.payment_failed event
Let me just double check really quick though
Ah looks like I was wrong - you'll get both events if 3DS is needed
hmmm, ok
but will it retry the payment?
we've set stripe to retry failed payments 5x times and then cancel the subscription
will that happen in the case of them not taking action on 3Ds?
I believe it'd still retry (because sometimes customers will change their default payment method and a retry would result in payment succeeding)