#lelledaniele
1 messages · Page 1 of 1 (latest)
Hi, no we are manually transfer from stripe balance to multiple stripe custom connect accounts
Gotcha
One more question... when you say "Stripe Connect Payout ID" do you mean the associated payout on your platform account or a payout on the Connected Account?
payout from Connect Account to the bank account
Gotcha
So from the transfer you want to expand the destination_payment.balance_transaction
Then you want to look at the available_on timestamp
And then you can list balance transactions by payout during that time using https://stripe.com/docs/api/balance_transactions/list#balance_transaction_list-payout to match to that Connected Account payment's balance transaction
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
many thanks, I will try it out