Supporting Documents

This page describes the elements required to add a new supporting document by sending event documentation to Ideon, for initial or SEP enrollment.

Mapping Guide

POST qualifying_life_events/{id}/supporting_documents

This function of the API allows you to create a supporting_document . Each supporting document represents an important piece of documentation that you are attempting to associate with the enrollment.

This is most commonly used for special enrollment period transactions, where the carrier requires transmission of an ICHRA offer letter, marriage certificate or other qualifying artifact.

Required Fields

Field
Description & Usage

document_type

one of:

  • form

  • birth_certificate

  • marriage_license This central object holds the type of document - form for general applications, birth_certificate, or marriage_license.

file

Base64-encoded file contents

filename

This is a string field that contains the name of the file being uploaded

Response

An id will be produced from a successful POST request. This id can be used as a primary key reference to this specific created payment method.

Last updated

Was this helpful?