Payouts
支払い内訳の詳細をリストする
支払いの個別残高元帳エントリをページネート形式で返し、各エントリの金額は支払いの通貨に応じて比例配分されます。
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.
承認
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
パスパラメータ
Id of the Payout to get breakup for
クエリパラメータ
Number of items per page. Default: 10, Max: 100.
必須範囲:
x >= 0Page number (0-indexed). Default: 0.
必須範囲:
x >= 0レスポンス
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