Skip to content

GET /v1/payouts

GET
/v1/payouts

Lists payouts for the authenticated merchant.

授权

bearer_auth

API key authentication. Use sk_test_... for sandbox or sk_live_... for production.

类型
HTTP (bearer)

参数

查询参数

page

Page number (default: 1)

类型
integer
格式
"int64"
最小值
0
page_size

Items per page (default: 20, max: 100)

类型
integer
格式
"int64"
最小值
0
include_sub_merchants

Include sub-merchant payouts

类型
boolean
sub_merchant_code

Filter by sub-merchant code

类型
string

响应

Paginated payouts

application/json
JSON
[
  
{
  
  
"amount": "10",
  
  
"completed_at": "string",
  
  
"created_at": "2026-02-27T08:30:00+00:00",
  
  
"currency": "USDT",
  
  
"description": "Affiliate commission for January",
  
  
"error_reason": "string",
  
  
"fee": "1.5",
  
  
"id": "po_a1b2c3d4e5f6",
  
  
"livemode": false,
  
  
"net_amount": "8.5",
  
  
"network": "TRON",
  
  
"reviewed_at": "string",
  
  
"reviewed_by": "string",
  
  
"status": "string",
  
  
"sub_merchant_code": "shop_tokyo",
  
  
"to_address": "TJn9bXhJMVn1Do3PfFHg5J3YNYN9hPQBqA",
  
  
"tx_hash": "string"
  
}
]

试验场

服务器
授权
变量

示例

技术支持 VitePress OpenAPI