获取出款详情
GET /v1/payouts/:id
GET
/v1/payouts/{id}
Retrieves a payout by ID.
授权
bearer_auth
API key authentication. Use sk_test_... for sandbox or sk_live_... for production.
类型
HTTP (bearer)
参数
路径参数
id*
Payout ID (e.g. po_abc123)
类型
必填string
响应
Payout found
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"
{
}