#kat-available-funds
1 messages · Page 1 of 1 (latest)
From the Checkout Session you can get to the associated Payment Intent -> Charge -> Balance Transaction, and on the Balance Transaction object you should be able to check available_on (see https://stripe.com/docs/api/balance_transactions/object#balance_transaction_object-available_on)
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
The balance.available event is triggered whenever the available balance changes and won't give you a breakdown into individual transactions.