- 支付
- 私域
- 公域
- 营销
- 资金
- 会员
- 信用
- 安全
- 其他
支付宝商家账户账务明细查询
开发环境
http://dev-cn.your-api-server.com
开发环境
http://dev-cn.your-api-server.com
GET
/v3/alipay/data/bill/accountlog/query
alipay.data.bill.accountlog
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://dev-cn.your-api-server.com/v3/alipay/data/bill/accountlog/query'
响应示例响应示例
200 - 示例 1
{
"detail_list": [
{
"account_log_id": "1***",
"alipay_order_no": "20190101***",
"balance": "10000.00",
"bill_source": "商家中心",
"biz_desc": "002***|交易退款",
"biz_nos": "M{330***}|S{330***}|O{192***}",
"biz_orig_no": "330***",
"complement_info": "商家中心",
"direction": "收入",
"merchant_order_no": "TX***",
"merchant_out_refund_no": "20211119***",
"other_account": "张*(a*@alipay.com)",
"store_name": "杭州一店",
"trans_amount": "1000.00",
"trans_memo": "备注1",
"type": "交易",
"trans_dt": {}
}
],
"page_no": "1",
"page_size": "2000",
"total_size": "10000"
}
请求参数
Query 参数
start_time
string
可选
end_time
string
可选
alipay_order_no
string
可选
merchant_order_no
string
可选
page_no
string
分页号,从1开始
page_size
string
可选
trans_code
string
可选
agreement_no
string
可选
agreement_product_code
string
可选
bill_user_id
string
指定用户做账单查询
返回响应
🟢200common response
application/json
Body
detail_list
array[object (AccountLogItemResult) {17}]
可选
account_log_id
string
可选
示例值:
1***
alipay_order_no
string
可选
示例值:
20190101***
balance
string
可选
示例值:
10000.00
bill_source
string
可选
示例值:
商家中心
biz_desc
string
可选
示例值:
002***|交易退款
biz_nos
string
可选
示例值:
M{330***}|S{330***}|O{192***}
biz_orig_no
string
可选
示例值:
330***
complement_info
string
可选
示例值:
商家中心
direction
string
可选
示例值:
收入
merchant_order_no
string
可选
示例值:
TX***
merchant_out_refund_no
string
可选
示例值:
20211119***
other_account
string
对方账户
示例值:
张*(a*@alipay.com)
store_name
string
门店信息
示例值:
杭州一店
trans_amount
string
金额
示例值:
1000.00
trans_memo
string
可选
示例 值:
备注1
type
string
可选
示例值:
交易
trans_dt
string
入账时间
示例值:
{}
page_no
string
分页号,从1开始
示例值:
1
page_size
string
可选
示例值:
2000
total_size
string
可选
示例值:
10000
🔴500请求失败