#Sergio Sánchez
1 messages · Page 1 of 1 (latest)
Hi not sure I understand the question
as you probably know we have the event account.updated
it is can be due to a new data provided
or due to status change
in our system we want to control when there is a status change
and we would like to know if there is a simple option to know this only with events
is is possible?
Oh ok. So you'll likely want to look at previous_attributes on the event object to know what changed: https://stripe.com/docs/api/events/object#event_object-data-previous_attributes
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.