{
"encryptedData": "U2FsdGVkX1+..."
}curl --location '/merchantapi/v2/settlements/taxTrial' \
--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": {
"projectId": "2016422018623922178",
"projectName": "直播活动推广项目",
"taxCompanyName": "上海税地",
"receiveMethod": "bank",
"totalAmount": 5000,
"totalCount": 1,
"totalTax": 500,
"totalPersonalIncomeTaxAmount": 400,
"totalPersonalValueAddedTaxAmount": 80,
"totalSurtaxAmount": 20,
"totalNetAmount": 4520,
"calculationTime": "2026-06-24 15:30:00",
"details": [
{
"merchantDetailNo": "MERCHANT_DETAIL_001",
"amount": 5000,
"tax": 500,
"personalIncomeTaxAmount": 400,
"personalValueAddedTaxAmount": 80,
"surtaxAmount": 20,
"netAmount": 4520
}
]
}
}