#viking-webhook-subscription
1 messages · Page 1 of 1 (latest)
Hey @fervent hill I recommend reading https://stripe.com/docs/billing/subscriptions/webhooks first
viking-webhook-subscription
is it the invoice.payment_failed event that i should be looking for?
yes!
cool
so let's say that after that happens the customer updates their payment info will the payment automatically try again?
https://stripe.com/docs/billing/subscriptions/overview#settings is another doc I'd recommend reading in that case which explains our retry logic, recovery, etc.
but yes it would though if you get a customer to come and update their card details you should also attempt to pay their invoice right as they are here
perfect. thank you