Details
-
Type: New Feature
-
Status: Open
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: Sponsored
-
Component/s: None
-
Labels:None
Description
See https://docs.stripe.com/saving-cards#automatic-card-updates
Stripe has a tool that automatically updates expired credit cards. It receives new info from the card networks, and then updates the information. It doesn't change the token.
We should update the validate() method to handle payment_method.automatically_updated webhooks. See the attached txt file for sample webhook content.