Payouts
List Payout Breakup Details
Returns paginated individual balance ledger entries for a payout, with each entry’s amount pro-rated into the payout’s currency.
GET
JavaScript
Documentation Index
Fetch the complete documentation index at: https://docs.dodopayments.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Id of the Payout to get breakup for
Query Parameters
Number of items per page. Default: 10, Max: 100.
Required range:
x >= 0Page number (0-indexed). Default: 0.
Required range:
x >= 0Response
Per-row payout breakup in payout currency
Paginated response containing individual payout breakup entries.
List of payout breakup detail entries.
Last modified on April 1, 2026
JavaScript