#ebalders-payout-reconciliation
1 messages · Page 1 of 1 (latest)
Hey there
The Payouts show Balance Transactions
So you want to list balance transcations by payout: https://stripe.com/docs/api/balance_transactions/list#balance_transaction_list-payout
I know that's available. Once I have a balance transaction, is it possible to get directly to the payout via the API? Is the stripe dashboard scanning payouts until it finds one the transaction is in?
The dashboard is able to show the payout for a charge refund from the charge profile, so it would seem that the relationship is stored somewhere.
No you can't go from balance_transaction --> Payout. You can get the source of the balance transaction which would be the Charge or Refund but those objects don't have anything that associates them directly to a Payout
ebalders-payout-reconciliation
okay, thank you