#robcoursera-payout-transactions
1 messages · Page 1 of 1 (latest)
@prisma kindle no that's impossible in the API to go from a specific Charge to finding the exact Payout that includes it
Only way is to work backwards from a Payout to what is in it via https://stripe.com/docs/api/balance_transactions/list + payout: po_123 and then looping over each Payout until you find the right one
We usually recommend caching the content of each Payout in your dabatase as they get created