#Slanfan (Mattias Berggren)
1 messages · Page 1 of 1 (latest)
you can read a little about this here https://stripe.com/docs/saving-cards#automatic-card-updates
Thanks. Do you by any chance know how to send out an update link manually?
Or will this be covered automatically by Stripe?
Tried this but can't find the option to send such a link
in theory you can listen to the webhook event payment_method.automatically_updated mentioned on that page and trigger your own server to email the user as needed
ah sorry, got confused. Really you can't since we don't send webhooks for expiring cards(we used to but they were quite unreliable so we don't any more)
as you say I think there's some settings specific to Subscriptions that can help but beyond that what I'd recommend is just relying on the fact that cards get automatically updated by us, and just handle any declines that do happen robustly