#dbarbosa - payout transactions

1 messages ยท Page 1 of 1 (latest)

sacred mauve
#

Hi there. When you retrieve a payout, it will have a balance transaction on it: https://stripe.com/docs/api/payouts/object#payout_object-balance_transaction. You can then retrieve that balance transaction: https://stripe.com/docs/api/balance_transactions/object. That's the closest you can get to achieving this via the API unfortunately.

ionic elk
#

Unfortunately I need the Tax value from the Invoice of every Transaction... I need this detail for accountant purpose. Balance Transaction is not enough.

sacred mauve
#

Ok I see. And you'll need to tie them to a payout for accounting purposes as well?

ionic elk
#

Yes exactly

#

i need to split a payout with all its taxes

sacred mauve
#

Sorry I shared the wrong link initially for what you want

#

So you can pass a payout and list the balance transactions

#

Then use expand to expand the charge

ionic elk
#

Nice thanks ๐Ÿ‘