#sandrayoo
1 messages ยท Page 1 of 1 (latest)
Hi ๐
What is it clearly you are trying to determine? What triggered the Subscription update?
Yes exactly ๐
If the event was triggered by a request to the API, the Event object (not the Subscription object inside it) will have the request property populated https://stripe.com/docs/api/events/object#event_object-request
You can then look up the request.id in your Stripe logs to see the exact request
oh wow neat! thank you. if it is a dashboard request, will it also be populated?
Yup. I just created a Customer in the dashboard and looked up the event. I see the request ID
And when I go back to my dashboard I can look up the request in my logs
awesome. thank you, much appreciated ๐