端点目标 URL
| 字段名称 | 必填 | 类 型 | 描述 |
|---|
bizCode | M | string | 报表业务 |
currency | O | List<String> | 货币币种(Balance业务必填) |
fileType | M | string | 文件类型:CSV EXCEL |
utcoffset | O | string | 时区(请求头Header参数,不传时须为"";不传默认UTC) |
startTime | O | string | 开始时间(yyyy-MM-dd HH:mm:ss) |
endTime | O | string | 结束时间(yyyy-MM-dd HH:mm:ss) |
| Code | Description |
|---|
Balance | 导出账务变动 |
Collection | 导出收款记录 |
Payment | 导出付款记录 |
Convert | 导出换汇记录 |
Transfer | 导出转账记录 |
AcquiringTransaction | 导出收单记录 |
AcquiringRefund | 导出退款记录 |
AcquiringChargeback | 导出拒付记录 |
BankAccount | 收款账户记录 |
| 字段名称 | 类 型 | 说明 |
|---|
status | String | 报表状态 |
fileName | String | 文件名称 |
fileType | String | 文件类型 |
filePath | String | 文件路径 |
checkStatus | String | 请求参数检验状态: true false |
fileOSSUrl | String | 文件URL |
{
"bizCode": "Balance",
"fileType": "CSV",
"currency": [
"USD"
]
}
{
"code": "0",
"msg": "succeeded",
"serverTime": 1765782766522,
"data": {
"status": "SUCCESS",
"fileName": "Balance_Activity_Report_2025-12-15.csv",
"fileType": "Balance",
"filePath": "FuturePayFiles/1/Balance_Activity_Report_2025-12-15.csv",
"fileOSSUrl": "https://futurebank-oss-dev.oss-ap-southeast-1.aliyuncs.com/FuturePayFiles/1/Balance_Activity_Report_2025-12-15.csv?Expires=1765786366&OSSAccessKeyId=LTAI5t8WygUaJCd46Wk7fcKt&Signature=E9c5MDB7ZNIzlHhYT3invzuM3YY%3D",
"checkStatus": false
},
"success": true
}
Updated about 9 hours ago