{
"encryptedData": "U2FsdGVkX1+..."
}curl --location '/merchantapi/v2/settlements//acceptance' \
--header 'X-App-Id;' \
--header 'X-Timestamp;' \
--header 'X-Nonce;' \
--header 'X-Sign;' \
--header 'X-Encrypt-Type;' \
--header 'Content-Type: application/json' \
--data '{
"encryptedData": "U2FsdGVkX1+..."
}'{
"code": 0,
"message": "成功",
"data": {
"acceptanceRecordId": "2071000000000000001",
"settlementId": "2069720243669520385",
"settlementNo": "JS10088004",
"acceptanceStatus": 1,
"acceptanceStatusDesc": "审核中",
"submitTime": "2026-07-28 15:30:00",
"fileCount": 2,
"files": [
{
"fileId": "2071000000000000101",
"fileName": "acceptance-report.pdf",
"fileUrl": "https://oss.example.com/merchant-acceptance-2071000000000000001-file-1.pdf"
},
{
"fileId": "2071000000000000102",
"fileName": "acceptance-detail.xlsx",
"fileUrl": "https://oss.example.com/merchant-acceptance-2071000000000000001-file-2.xlsx"
}
]
},
"timestamp": 1785223800000,
"requestId": "req_example",
"encrypted": false,
"signature": "example-signature"
}