statement
Get the compact 3a statement for the specified id
Provides the 3a statement for the specified id as a compact json in the insured person's preferred language. Its sole purpose is to provide a compact json for use cases with tight data volume limits such as e.g. a QR code. This endpoint should not be used otherwise.
If the pension fund is unable to provide a json for the request id, the error code 400 should be returned.
get/statements/{pensionStatementId}/compact-3a-statements
Path parameters
pensionStatementIdstring required
Technical ID of pension statement used in API calls.
Example:550e8450-e59b-21d4-a346-442215440560
Technical pension statement ID.
Response
Compact 3a statement details.
Example response
{
"ai": "CH9300762011623852957",
"cp": {
"cy": 2500,
"ret": 8400
},
"pn": "sparen 3a",
"ppn": "Omnifund",
"pyd": {
"cg": 1000,
"de": 5000,
"fe": -100,
"ic": 2000,
"wi": -1000
},
"rc": {
"cb": 378832.05,
"cbpy": 378832.05,
"inv": 85520
},
"rd": "2018-04-13",
"ts": "2018-04-13T11:11:11Z",
"bch": true,
"cyd": {
"cg": 1000,
"de": 5000,
"fe": -100,
"ic": 2000,
"wi": -1000
},
"div": 10000,
"plg": 20000,
"pw": true,
"wef": 50000
}