curl --location '/merchantapi/v2/settlements/' \
--header 'X-App-Id;' \
--header 'X-Timestamp;' \
--header 'X-Nonce;' \
--header 'X-Sign;'{
"code": 0,
"message": "成功",
"data": {
"settlementId": "202603250001",
"settlementNo": "SET202603250001",
"projectId": "2016422018623922178",
"projectName": "直播活动推广项目",
"taxCompanyName": "上海税地",
"receiveMethod": "bank",
"totalAmount": 5000,
"totalCount": 1,
"status": 2,
"statusDesc": "发放完成",
"details": [
{
"detailId": "30001",
"detailNo": "SD10001879",
"merchantDetailNo": "MERCHANT_DETAIL_001",
"amount": 5000,
"personalIncomeTaxAmount": 400,
"personalValueAddedTaxAmount": 80,
"surtaxAmount": 20,
"idCardHash": "a1b2c3",
"status": 3,
"paymentTime": "2026-03-25 10:05:00"
}
]
}
}