#cody
1 messages · Page 1 of 1 (latest)
Hello there
Overall not exactly. You mostly want balance.available for this (https://stripe.com/docs/api/events/types#event_types-balance.available) but you really want the balance transactions and to look at their type
Imo you are better off doing something like a cron-job for something like this and listing your balance transactions of the appropriate type ~once a day
Okay, thanks for the help! I'll go that route.