# Payouts ## List payouts - [GET /payouts](https://developer.adfin.com/api-docs/prod/payouts/getpayouts.md): Returns the payouts Adfin has made to the bank account. ## Retrieve a payout - [GET /payouts/{payoutId}](https://developer.adfin.com/api-docs/prod/payouts/getpayout.md): Returns one payout. ## Retrieve the breakdown of a payout - [GET /payouts/{payoutId}/items](https://developer.adfin.com/api-docs/prod/payouts/getpayoutitems.md): Returns the items that make up the payout. The item amounts sum to the payout total amount.