#hieutrung203
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- hieutrung203, 23 hours ago, 31 messages
- hieutrung203, 1 day ago, 13 messages
- hieutrung203, 3 days ago, 14 messages
https://stripe.com/docs/api/balance_transactions/list you mean how to list down the balance transactions?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
No, i mean total balance of each connect account
No there's no such API, you should retrieve all connected accounts and sum their balance
what's api for retrieve all connected accounts?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
but your link don't return total balance
https://stripe.com/docs/api/balance/balance_retrieve you need to call this API on each connected account to retrieve its balance
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
how this api can know what's connect account api should call to?
You should specify a stripe_account in the request.
By specifying a stripe_account, you are telling Stripe that you want to make an API call on behalf of a connected account. You can refer to this doc to learn more about making API request for connected account (https://stripe.com/docs/connect/authentication)