#canadev
1 messages · Page 1 of 1 (latest)
Exactly
Gotcha so you want to track this via ingesting the payment_method.automatically_updated webhook Event
You can list Events going back 30 days (https://stripe.com/docs/api/events/list)
But you won't be able to grab historical data here further back than that.
So mostly this is something you will want to track as you go in your own database using that Webhook
Nice! it's what I was looking for : https://dashboard.stripe.com/events?type=payment_method.automatically_updated
And do you know if Stripe update credit cards even if there’s no recurring charge (no subscription)?
Yes as long as the PaymentMethod is attached to a Customer then it will be auto-updated
Ok, so I need to clean all the old credits card.