#testDeveloper
1 messages · Page 1 of 1 (latest)
Do you mean you would like to identify the charges in each payout transaction?
When you mention about transfer, do you mean manual transfer by yourself or automatic transfer by Stripe to your bank account?
Please note that transfer and payout are different. Transfer is from platform to connected account whereas payout is from connected account to the bank account. A payout is from balance accumulated on the connected account balance to the bank account.
As long as yours is automatic payout, you'd able to find the transaction IDs using List Balance Transactions API with setting payout ID in payout parameter in the request: https://stripe.com/docs/api/balance_transactions/list
can i find invidual ids from a accoumulated Id?
Hi @cloud sentinel I'm taking over
What do you mean by a accoumulated ID?
And what are the individual IDs?
txn id
Are you asking how to retrieve a list of balance transaction IDs based on a payout ID?