Application Statuses

new

When you first send us data for your applicant, we will create an Application object with the status new. At this point it needs to be submitted on our platform so we can verify the applicant. You do this by redirecting the user to /complete/:id where :id is the id returned when you created the application.

When the applicant submits the application we will redirect them back to your application if you passed a returnURL when you created the application.


in-review

This is a short-lived status applications will have as it's going through the auto-decisioning process. It should be updated again within a few seconds to either approved or declined. If we need to manually review it the status will be flagged.

You don't need to do anything at this time.


flagged

This status indicates the auto-decisioning logic could neither approve or decline the application. Flagged applications will show up for underwriters to manually approve.

You don't need to do anything at this time.


approved

This status indicates the application got approved. The field progressStatus will be more descriptive at where the application stands. The field completeProject should be true to be able to enter the project details.


approved-with-info

This status indicates the application got approved but it needs some documents to prove income, home ownership and/or co-owner information. The field progressStatus will be more descriptive at where the application stands. The field completeProject should be true to be able to enter the project details.


funded

This status indicates the application got funded. No further action is required.