#tg
1 messages · Page 1 of 1 (latest)
HI 👋
We have webhook events that reflect the attachment and updating of payment methods. The payment_method.attached would be a good one to listen to.
https://stripe.com/docs/api/events/types#event_types-payment_method.attached
that would notify me 1 by 1 when a new card is added, right? but would there be anything on the client's stripe account that would signify it? some field that we could use to generate a query that shows us all the client cards that have been updated in the last X days?
So you mean some sort of query using the API?
We don't expose the types of fields on the Payment Method object to make a query like that
So there's no way for us to get a list of all the clients who have expired cards so we can remind them to update their payment details?