#Discοrd
1 messages · Page 1 of 1 (latest)
👋
hello
You want to look at the available_on (https://stripe.com/docs/api/balance_transactions/object#balance_transaction_object-available_on) of their balance transactions
So you would list their balance transactions to get this information: https://stripe.com/docs/api/balance_transactions/list
The overall recommended route here would be to ingest each balance transaction into your own database via Webhooks when it is created
Then you would query your own database for this info as opposed to constantly listing via the Stripe API
thank you
Sure thing