#harshilbodara
1 messages · Page 1 of 1 (latest)
Are you wanting to do that via the Dashboard or the API?
no, one sec
is it possible to retrive transaction using this ID?
i mean, this is account id
so i need to retrive transactions of that account
You can list all balance transactions here: https://stripe.com/docs/api/balance_transactions/list
You'll need to submit the request as the Connect account using one of these methods: https://stripe.com/docs/connect/authentication
can you please send me the docs
I don't understand. I just sent you docs
I am display the all connected account in my websitee
so i need to retrive the transaction using the account Id not all transaction
What are you trying to display specifically?
I want to need the transactions
admin will be payouts the many connect account of user right that transactions list i need it
I don't know what "transactions" means
this is the express connected account of user
Okay, what are you wanting to do?
admin can pay the $10 for this user or
some many transacitons
so i need total transactios list i need
need to gets the paid transaction list of that user
Via the API? Or The Stripe Dashboard?
can you please give me both?
I can only give you the API example. You'll need to reach out to Stripe Support to get the Dashboard solution: https://support.stripe.com/contact
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
For the API, you can make a List All Charges API call using this method: https://stripe.com/docs/api/charges/list, and authenticate yourself as the Express Connect account in order to get that account's Charges: https://stripe.com/docs/connect/authentication