#jakeluster-Charge
1 messages · Page 1 of 1 (latest)
You would want to use Balance Transaction API, specify the source: https://stripe.com/docs/api/balance_transactions/list#balance_transaction_list-source
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
you will have the Balance Transaction returned as an object, and it has available_on field: 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.
Thank you!