#Anonymous-Transfer
1 messages · Page 1 of 1 (latest)
Hi there, Transfer and Payout are two different things.
Transfer is a fund movement from platform to connected account
Payout is a fund movement from a Stripe account to external account (i.e., bank account)
okay and the payments?
we trying to find a way to map multiple transfers (platform to connected account) to payouts (Stripe to Bank) for each payout. Or basically is there a way to map the Payout to see what transfers contributed to that connected account?
https://stripe.com/docs/api/balance_transactions/list?lang=php#balance_transaction_list you might want to use this API to list dow the balance transactions associated to a payout.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.