Skip to main content

Setup

Checklist

Download the supporting files

Download and unzip this zip file and continue following this guide.

Prepare your callback endpoint

To receive the full asynchronous responses from Informed, follow the instructions to create a callback endpoint.

Set your environment variables locally

Please contact Informed for API credentials before moving forward.

Using the username and password provided to you by Informed, export the credentials to your terminal environment:

export TEST_USERNAME=<username>
export TEST_PASSWORD=<password>

Getting Started

In the four phases in this implementation guide we will progress through the different types of verifications offered by Informed. We will start with the simplest and progress to the more complex.

  • Phase 1 starts with creating and satisfying an application with two applicant-level verifications (residence and identity)
  • Phase 2 adds the income verification
  • Phase 3 ventures into the application-level verifications (such as retail_installment_sales_contract and credit_application)
  • Phase 4 shows the process of submitting eContract data to Informed

Please proceed through phases 1 to 4.

Other Resources

Helpful tips on using the Postman utility with the Informed API.