Completing a Business Application

This integration pattern guides you through the completion of a business application and after all required components were added using the Kompliant API.

Overview

There are two ways to complete a Business Application

  • Through the direct applicant completion using:
  https://apply.kompliant.com/login?application_id=<workflow_id>

📘

Note:

There may be validations that prevent you from finishing the workflow, you can know what's missing from your application by using workflow.canComplete. These rules will depend on your configuration set with Kompliant.

What to expect:

After completing a Business Application there will be some changes in place.

  • New Workflow: Business-Underwriting will be created for your subject_record, to get the workflow information on your subject_record you can use workflow.list.

  • Most API endpoints linked to the workflow will now return a System Rule Violations error with entity WORKFLOW and sub-code WORKFLOW_ENDED.

  • New endpoints will become available, these endpoints require you to have a new workflow_id for BUSINESS_UNDERWRITING, to get this id you can use workflow.list where you will be able to identify the id required.

    You can identify these endpoints when you see in the documentation:

    This method is only supported for Workflows of type BUSINESS_UNDERWRITING.