卡负数资源

Batch Hook Resources

Batch Hook Attributes

batchNo string
批次号


page integer 当前页码


size integer 每页记录数


total integer
总记录数


lastPage boolean
是否最后一页


fileUrl string 文件 url


list array of objects
列表数据


Batch Hook Object

Example Object
{
    "batchNo": "BATCH_20260330163600",
    "page": 1,
    "size": 100,
    "total": 500,
    "lastPage": false,
    "fileUrl": "https://s3.example.com/export/batch_list.csv",
    "list": []
}

Account Negative Resources

Account Negative Attributes

accountId string
账户 ID


accountName string
账户名称


accountEn string 账户英文名称


displayId string
显示 ID(账户短 ID)


type integer 账户类型:0 - Api Client, 1 - Api Client Customer


cardNegative string
卡负余额


budgetNegative string 预算负余额


currency string 币种


statTime string 统计时间戳(毫秒)


Account Negative Object

Example Object
{
    "accountId": "2e3cbb16-a420-4080-9094-e19f45371fee",
    "accountName": "示例测试账户",
    "accountEn": "Example Test Account",
    "displayId": "2000001",
    "type": 0,
    "cardNegative": "120.50",
    "budgetNegative": "50.00",
    "currency": "USD",
    "statTime": "1711785600000"
}

Account Negative Bill Resources

Account Negative Bill Attributes

accountId string
账户 ID


displayId string
显示账户 ID(账户短 ID)


createTime string 创建时间戳(毫秒)


total string
账单总数


negativeUrl string 负余额账单 URL


Account Negative Bill Object

Example Object
{
    "accountId": "2e3cbb16-a420-4080-9094-e19f45371fee",
    "displayId": "2000001",
    "createTime": "1711785600000",
    "total": "5",
    "negativeUrl": "https://s3.example.com/bills/negative_bill_2000001.csv"
}

Account Repayment Resources

Account Repayment Attributes

accountId string
账户 ID


displayId string
显示 ID(账户短 ID)


type string 账户类型:0 - Api Client, 1 - Api Client Customer


currency string
币种


cardNegative string 卡负余额


budgetNegative string 预算负余额


cardSettleAmount string 卡结算金额


budgetSettleAmount string 预算结算金额


cardUnpaidAmount string
卡未付金额


budgetUnpaidAmount string 预算未付金额


repayTime integer 统计时间戳(毫秒)


Account Repayment Object

Example Object
{
    "accountId": "2e3cbb16-a420-4080-9094-e19f45371fee",
    "displayId": "2000001",
    "type": "0",
    "currency": "USD",
    "cardNegative": "120.50",
    "budgetNegative": "50.00",
    "cardSettleAmount": "120.50",
    "budgetSettleAmount": "50.00",
    "cardUnpaidAmount": "0.00",
    "budgetUnpaidAmount": "0.00",
    "repayTime": 1711785600000
}