Overview
Using this guide, you will be able to:
- Create an application
- Submit documents to satisfy the verifications
- Receive the analyses coming back from Informed
If you are coming from our legacy platform, see the next section, otherwise, please proceed to setup.
Moving from the XML API to the new API platform
This section is only relevant to those familiar with our old XML API. If you are new to our API, please proceed to setup.
Overview
In the old API all the data was sent in with one XML payload that included the applicant info and URL's for the images. In the new API we have a new flow as you can see in the sequence diagram.
The new API
- Construct the initial payload as described in the register application section. This payload includes the fields needed to create an application, including, among others:
- Your
application_reference_id - Applicant info (address and employment, etc.)
verifications(formerly known asstipulationsin the XML API)vehicle_infoanddealer_infoas appropriatewebhook-- no longer needs to be url-encoded
-
Once the payload is sent, you will receive a synchronous response with an
application_idindicating the successful creation of the application. You will use this to send a list of file names to be uploaded and any other relevant structured data as described in the upload documents section. -
Once the list of files and data is sent, you will receive a synchronous response with URL's for uploading the image files indicated. You will upload each file to it's associated URL. In contrast to the XML payload where we submit the base64 content of the image, we now upload the image file itself to the URL provided.
-
Each successfully uploaded file will receive an
extractionsresponse to thewebhookURL you provided in the initial payload webhook property. After processing all the extractions, the samewebhookURL will receive averificationsresponse with the analysis of all the verifications (stipulations) requested in step 1 above.