Skip to main content
GET
JavaScript

授权

Authorization
string
header
必填

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

路径参数

payout_id
string
必填

Id of the Payout to get breakup for

查询参数

page_size
integer<int32>

Number of items per page. Default: 10, Max: 100.

必填范围: x >= 0
page_number
integer<int32>

Page number (0-indexed). Default: 0.

必填范围: x >= 0

响应

Per-row payout breakup in payout currency

Paginated response containing individual payout breakup entries.

items
object[]
必填

List of payout breakup detail entries.

最后修改于 2026年4月20日