Get billing records
GET/api/affiliate/billing/billings
Get billings which include earned records, withdraw records
Request
Query Parameters
billStatus string
Bill Status, one of Pending, UnWithdrawal, Complete, Cancel
billType string
Bill Type, one of Promotion, Refunded, Commission, DrawMoney
current int64
Possible values: >= 1
Page index. It is based 1, not 0
month int32
Month
size int64
Possible values: >= 1
and <= 1000
Page size. default is 10
year int32
Year
Responses
- 200
- 401
- 403
- 404
OK
- */*
- Schema
- Example (from schema)
Schema
Array [
]
data
object
current int64
页码,最小为1
pages int64
总页数
records
object[]
数据
accountId string
资金账号id
amount bigdecimal
金额
billNo string
流水单号
billStatus
object
流水状态
code string
billType
object
流水类型
code string
createTime date-time
创建时间
creator string
创建人
deleted boolean
删除标志
description string
流水说明
editTime date-time
修改时间
editor string
修改人
failureReason string
接口失败原因
hasRefund boolean
是否对这条记录refund过
id string
influencerDisplayName string
网红展示名
influencerId string
网红id
refNo string
关联业务单号
sourceType string
收支来源(外账|内账)
stripePayId string
Stripe PaymentIntent收款Id
userId string
用户id
userName string
用户名称
size int64
每页记录数,最小为1,最大为5000,默认为10
total int64
总记录数
message string
params object[]
requestId string
status int32
{
"data": {
"current": 0,
"pages": 0,
"records": [
{
"accountId": "string",
"amount": 0,
"billNo": "string",
"billStatus": {
"code": "string"
},
"billType": {
"code": "string"
},
"createTime": "2024-05-05T03:24:21.755Z",
"creator": "string",
"deleted": false,
"description": "string",
"editTime": "2024-05-05T03:24:21.755Z",
"editor": "string",
"failureReason": "string",
"hasRefund": false,
"id": "string",
"influencerDisplayName": "string",
"influencerId": "string",
"refNo": "string",
"sourceType": "string",
"stripePayId": "string",
"userId": "string",
"userName": "string"
}
],
"size": 0,
"total": 0
},
"message": "string",
"params": [
{}
],
"requestId": "string",
"status": 0
}
Unauthorized
Forbidden
Not Found
Loading...