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 20, 2026
JavaScript