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