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

FieldTypeDescription
rut_afiliadoStringMember's RUT (tax ID)
nombre_afiliadoStringMember's full name
afpStringAFP name (pension fund administrator)
fecha_emisionString (date-time)Certificate issue date
periodo_consultadoStringPeriod covered by the certificate

Contribution fields

FieldTypeDescription
mesStringContribution month (YYYY-MM format)
empleadorStringEmployer's name or company
rut_empleadorStringEmployer's RUT (tax ID)
remuneracionNumberMonthly salary or wage
cotizacion_obligatoriaNumberMandatory pension contribution (typically 10%)
cotizacion_voluntariaNumberVoluntary additional contribution
seguro_cesantiaNumberUnemployment insurance contribution
estadoStringPayment 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

On this page