How It Works

AcuCheck integrations follow a structured, status-driven workflow that moves customer financial data from request initiation to decision-ready affordability outcomes. Each step in the flow is tied to a defined API interaction and produces traceable results that remain associated with the customer and report request.

First, your application authenticates with AcuCheck and establishes a secure session using the authentication endpoint. The issued access token represents the authenticated identity and must be included with all secured requests.

Once authenticated, your application creates or references a customer record. Customer records act as the anchor for report requests and allow AcuCheck to maintain continuity across repeat assessments without duplicating customer data.

After a customer is available, your application initiates a report request. This request generates a secure link that is delivered to the customer through the configured communication channels. AcuCheck tracks the request lifecycle and updates its status as the customer submits the required financial information.

As financial data is received, AcuCheck consolidates the submitted information into a structured customer report. This report becomes the authoritative source for affordability assessment and downstream calculations.

When a report reaches a completed state, AcuCheck evaluates the consolidated data and calculates debt-to-income (DTI) values using standardized logic defined within the platform. Calculated DTI results are then evaluated against organization-specific thresholds configured in the system settings.

Throughout this process, report status and outcomes remain accessible through the platform and API. This allows integrations to monitor progress, retrieve finalized results, and respond appropriately to completed, pending, expired, or failed requests.

By separating authentication, customer management, report generation, and DTI evaluation into clearly defined steps, AcuCheck ensures that affordability assessments remain consistent, traceable, and aligned with organizational policies.