#JR24-retrieve-updated-timestamp
1 messages ยท Page 1 of 1 (latest)
Hello ๐
I don't think we have anything as such for Customers API but let me reconfirm
Usually, you can listen for webhook events. Specifically the *.updated events.
yup I'm not seeing updated timestamps on every object.
You'd likely want to fetch events based on the type and then retrieving individual objects using the API
https://stripe.com/docs/api/events/list#list_events-type
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
and each *.updated webhook response will contain a timestamp?
it should I believe