#testDeveloper

1 messages · Page 1 of 1 (latest)

rapid lakeBOT
teal jewel
#

Do you mean you would like to identify the charges in each payout transaction?

cloud sentinel
#

yes

#

or just the txn Id since i am performing transfers

teal jewel
#

When you mention about transfer, do you mean manual transfer by yourself or automatic transfer by Stripe to your bank account?

cloud sentinel
#

transfer via API

#

from stripe dashborad to a connected account

teal jewel
#

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

cloud sentinel
#

can i find invidual ids from a accoumulated Id?

normal garden
#

Hi @cloud sentinel I'm taking over

#

What do you mean by a accoumulated ID?

#

And what are the individual IDs?

cloud sentinel
#

txn id

normal garden
#

Are you asking how to retrieve a list of balance transaction IDs based on a payout ID?