Read the parsed BVG receipt of an institution whose result is SUCCESS: the insured staff with their LPP codes and contributions, taken from the archived signed result response
Ask AI
GET
/api-v1/swissdec/salary-declaration/{jobKey}/institutions/{domainStatusId}/receipt
curl \
--request GET 'https://wyzio.app/api-v1/swissdec/salary-declaration/{jobKey}/institutions/{domainStatusId}/receipt'
Response examples (200)
{
"changesConsideredUpTo": "2026-05-04",
"persons": [
{
"lastname": "string",
"firstname": "string",
"socialInsuranceId": "string",
"contributions": [
{
"code": "string",
"validAsOf": "2026-05-04",
"employeeContribution": 42.0,
"employerContribution": 42.0,
"thirdPartyContribution": 42.0
}
]
}
]
}