AFP Contributions Certificate
Detailed documentation of the AFP Contributions Certificate data structure
Certificate of AFP (pension fund) contributions with contribution history and employer information.
Document type code: cotizaciones_afp
Response structure
{
"data": {
"extractedData": {
"rut_afiliado": "12.345.678-9",
"nombre_afiliado": "Juan Carlos Pérez",
"afp": "Habitat",
"fecha_emision": "2023-11-15T00:00:00Z",
"periodo_consultado": "January 2023 - October 2023",
"cotizaciones": [
{
"mes": "2023-10",
"empleador": "Tech Solutions S.A.",
"rut_empleador": "98.765.432-1",
"remuneracion": 1200000,
"cotizacion_obligatoria": 120000,
"cotizacion_voluntaria": 50000,
"seguro_cesantia": 36000,
"estado": "PAGADO"
},
{
"mes": "2023-09",
"empleador": "Tech Solutions S.A.",
"rut_empleador": "98.765.432-1",
"remuneracion": 1200000,
"cotizacion_obligatoria": 120000,
"cotizacion_voluntaria": 50000,
"seguro_cesantia": 36000,
"estado": "PAGADO"
}
]
}
}
}Main fields
| Field | Type | Description |
|---|---|---|
rut_afiliado | String | Member's RUT (tax ID) |
nombre_afiliado | String | Member's full name |
afp | String | AFP name (pension fund administrator) |
fecha_emision | String (date-time) | Certificate issue date |
periodo_consultado | String | Period covered by the certificate |
Contribution fields
| Field | Type | Description |
|---|---|---|
mes | String | Contribution month (YYYY-MM format) |
empleador | String | Employer's name or company |
rut_empleador | String | Employer's RUT (tax ID) |
remuneracion | Number | Monthly salary or wage |
cotizacion_obligatoria | Number | Mandatory pension contribution (typically 10%) |
cotizacion_voluntaria | Number | Voluntary additional contribution |
seguro_cesantia | Number | Unemployment insurance contribution |
estado | String | Payment status (PAID/PENDING/OVERDUE) |
Important considerations
- Official document from Chilean pension system (AFP)
- Shows contribution history for tax and benefit purposes
- Mandatory contributions are typically 10% of salary
- Used for pension calculations and employment verification
- Essential for retirement planning and loan applications
- Payment status indicates employer compliance with contributions