#Sarmento
1 messages · Page 1 of 1 (latest)
Via Stripe API
Happy to help but there are a couple things that can mean. Are you talking about seeing all of the payments listed at https://dashboard.stripe.com/payments or something else?
I am using Stripe API and wanted to know how to list the amounts that go into the wallet of a connected account
What kind of connect charges are you making? (destination, direct, or "separate charges and transfers")
And are you looking for payouts to the connected account's bank or just any payments made with that connected account?
Only amounts received in the stripe wallet
I'm not familiar with a "wallet" in this context. Is there a page in your dashboard where you are seeing this?
The values that are available in account balance
Can you send me the URL you are looking at and the ID of one of your connected accounts here (acct_123)? That might help me get a better picture of how to do this via the API in your situation
A statement of the amounts I received in the account
For example:
received : 10 BRL
Date: 12/23/2022
Source: Transfer
Sounds like you might be looking at balance transactions https://stripe.com/docs/api/balance_transactions/list
So you can make that balance transactions list call and use the Stripe-Account header https://stripe.com/docs/api/connected_accounts
That will give you a list of transactions that affected the balance of your connected account
Hm...ok. What is the type for incoming values?