#johnm-funds-availability
1 messages · Page 1 of 1 (latest)
@vernal cosmos all money movements in your account are represented by the object called a BalanceTransaction: https://stripe.com/docs/api/balance/balance_transaction and that has available_on as a property which is 12am UTC of the day the funds would be available
A Charge has a balance_transaction: 'txn_123' property and you can use the Expand feature https://stripe.com/docs/expand to get it all in one go