文档
测试

10.账单列表查询

POST
/merchant/bill/find

接口描述

账单支付列表查询

请求参数

参数名
类型
描述
必填
merchantNo
String
商户号(必填)
必填
billStatus
int
1-待支付 2-已支付 3-已逾期 4-已催收
必填
billMonth
String
账单月(例如202007)
必填
startTime
String
统计时间起(例如20200101)
必填
endTime
String
统计时间止(例如20200931)
必填
pageNum
int
当前页
必填
pageSize
int
每页数据
必填

响应参数

参数名
类型
描述
必填
code
String
状态码
必填
msg
String
返回描述
必填
data
List
账单列表
必填
billNo
String
账单号
必填
merchantNo
String
商户号
必填
amount
String
金额
必填
status
int
账单状态(1-待支付 2-已支付 3-已逾期 4-已催收)
必填
createDate
String
出账日
必填
expiredDate
String
最后付款日
必填
billMonth
String
账单月
必填
paymentMethod
int
支付方式 1-从QFPay清算款中代扣 2-银行汇款
必填