Customers & payment methodsRecovery event

Stripe webhook event

payment_method.automatically_updated

A card's details were automatically updated by the card networks (account updater).

Quick answer

An issuer reissues a card and the network pushes new details to Stripe.

Event typepayment_method.automatically_updated
CategoryCustomers & payment methods
When it firesAn issuer reissues a card and the network pushes new details to Stripe.
Recovery-relevant?Yes, used in failed-payment recovery

When it fires

An issuer reissues a card and the network pushes new details to Stripe.

What to do with it

No action needed, but these updates quietly prevent failures from expired or reissued cards.

This is a payment-recovery event

payment_method.automatically_updated is part of the failed-payment lifecycle. Handling it well, with retries, branded emails, a card update page, and stop-on-success, is what recovers the ~9% of MRR most SaaS lose to failed payments. See how to recover failed Stripe payments or skip the build with SubRevival.

Stop building webhook handlers

SubRevival consumes the failed-payment events for you and runs the full recovery stack, no endpoint to build, secure, or maintain. 5-minute Stripe OAuth, $19/mo flat.

Start Recovering Revenue

FAQ

What does the Stripe payment_method.automatically_updated webhook event mean?

A card's details were automatically updated by the card networks (account updater).

When does payment_method.automatically_updated fire?

An issuer reissues a card and the network pushes new details to Stripe.

What should I do when I receive a payment_method.automatically_updated event?

No action needed, but these updates quietly prevent failures from expired or reissued cards.

Related events

Source: official Stripe events documentation.