#dj2531
1 messages · Page 1 of 1 (latest)
I don't fully understand your quesiton. Can you explain more about what you are trying to do?
For example if I do a Stripe::BalanceTransaction.retrieve('txn_123') this returns a BalanceTransaction. Is it possible to retrieve the payout_id from the BalanceTransaction.
I'm aware that you can get a list of BalanceTransactions when you retrieve a Payout. But I've got a use case where I need to do the opposite.