#Sassone
1 messages · Page 1 of 1 (latest)
The thing that i need is like an historical view of events related to a subscription that a customer did, a list of things like: customer started a subscription, subscription of the customer is ending, customer ended his subscription.... things like that. Is there a "simple" way to do that or do i have to save like every event on my db?
or do i have to save like every event on my db?
I think that's the best option. You could also use this to list events that happened in the last 30 days https://stripe.com/docs/api/events/list
Ok thanks! have a nice day