#million1156
1 messages · Page 1 of 1 (latest)
Hello

You mostly want to list Balance Transactions here using https://stripe.com/docs/api/balance_transactions/list
That will return every transaction that has occurred on your account and you can use created to filter
Alternatively, you could use the Reports API here: https://stripe.com/docs/reports/api
Hm, that's something I never noticed. I'll try these and let you know. Thanks for pointing that out 😄 !
Sure thing!
That worked! Thanks so much :)