Washington Business Entity Verification: What Alternative Lenders Need to Know

June 10, 2026
June 10, 2026
9 Minutes Read
Secretary of State APIblog main image

Executive Summary: Washington business entity verification is the control that tells an alternative lender whether a borrower can legally transact before money moves. Washington runs its business registry through the Secretary of State Corporations and Charities Filing System (CCFS), and it pairs that record with a separate Unified Business Identifier (UBI) issued through the Department of Revenue Business Licensing Service.[1][4] The state ties active status to a yearly annual report, and a missed report drives a delinquent status that can end in administrative dissolution.[2] This guide explains the Washington statuses, the reconciliation step most lenders skip, and where Cobalt's data should sit in an underwriting stack.

Why does Washington business entity verification matter for alternative lenders?

Washington carries a dense small-business population across logistics, agriculture, construction, and technology, which means alternative lenders see steady deal flow from the state. A registry check is the first independent control on a borrower, because it does not depend on what the applicant chose to disclose.

The Washington wrinkle is structural. The Secretary of State registers the legal entity through CCFS, while the Department of Revenue issues the UBI number through the Business Licensing Service.[4] Both records can drift apart. A business can show one posture in the SOS registry and a different posture in the licensing system, and a lender that reads only one record sees only half the picture.

The practical question for a Washington file is not whether the entity exists. It is whether the SOS registry status and the UBI licensing status agree before funds move.

Washington enforcement also gives the risk real edges. The Department of Financial Institutions publishes ongoing enforcement actions against businesses and individuals that violate state financial laws.[12] The state has prosecuted fabricated and shell business activity as well: a Washington technology executive was sentenced for using business entities to obtain pandemic relief loans through fraudulent applications.[10] A registry that says active does not by itself prove a clean operator, but a registry that says dissolved is a hard stop.

What are the key entity statuses in Washington?

Washington entity records center on the annual report cycle. An entity stays active by filing its annual report on time, falls to delinquent when it misses, and faces administrative dissolution when the delinquency is not cured.[2][5] The table below maps the statuses a Washington search returns to a risk tier and a lending action.

Washington StatusWhat It MeansRisk TierLending Action
ActiveAnnual report current, entity may legally transactGreenContinue automated underwriting
DelinquentAnnual report missed, not yet dissolvedYellowManual review, confirm cure path
Administratively DissolvedState dissolved entity for missed report, fees, or agent gapRedDecline pending reinstatement
TerminatedFormal end of entity existenceRedDecline
InactiveEntity not currently active in the registryYellowManual review, confirm reason
ReinstatedPreviously dissolved entity restored to activeYellowManual review of the gap period
ExpiredStated period of duration in the record has lapsedRedDecline pending refile

Washington also distinguishes the registry record from the licensing record. The UBI number registers a business with several state agencies, and the Business Licensing Service tracks current active and recently closed license accounts.[4] A lender should treat the UBI account as a second status surface, not as a duplicate of the SOS record.

Which Washington statuses should trigger automatic decline?

Some statuses mean the entity cannot legally transact in the ordinary course. Those are clean automated declines because no human judgment changes the answer. Administrative dissolution is the central one. Under Washington law, the Secretary of State may dissolve an entity that does not pay required fees, does not deliver an annual report within one hundred twenty days after it is due, lacks a registered agent for thirty consecutive days, or has reached the end of its stated duration.[5]

A dissolved Washington entity continues to exist only to wind up its affairs and liquidate assets, not to take on new financing.[6] Funding a winding-up entity is exactly the recovery problem an underwriting team wants to avoid.

StatusRisk TierRecommended Action
Administratively DissolvedRedAuto-decline, route to reinstatement track if borrower requests
TerminatedRedAuto-decline, no active legal entity to fund
ExpiredRedAuto-decline, entity duration has lapsed under its own record
Dissolved (voluntary)RedAuto-decline, owners elected to end the entity

The automation gain is direct. When dissolution, termination, and expiration auto-route to decline, the only Washington files that reach a human are the genuinely ambiguous ones. That is where review capacity should go.

Which Washington statuses require manual review?

Delinquent is the status that most needs a human in Washington, because it is often curable rather than fatal. A delinquent entity has missed its annual report but has not yet been dissolved, and the state allows filing up to a window before the deadline and reinstatement after dissolution.[2][3] A delinquent status can mean a borrower who simply forgot a filing, or a borrower who is winding down. The record alone does not say which.

StatusRisk TierQuestions the Underwriter Should Answer
DelinquentYellowHow long delinquent, is the cure filed, does the UBI license still show active
InactiveYellowWhy inactive, is there a parallel reinstatement or new entity
ReinstatedYellowWhen dissolved, when restored, what happened during the gap
SOS active but UBI not currentYellowWhich record is stale, is the license lapsed, is the entity still operating

The last row is the Washington-specific reconciliation step. Because the Secretary of State registry and the Department of Revenue licensing system are separate surfaces, a file can read active in CCFS while the UBI license account is closed or lapsed.[1][4] A lender that reconciles both records catches a borrower whose registration looks current but whose operating license has gone quiet.

What are the regulatory drivers for Washington entity verification?

Washington entity verification supports federal due diligence obligations, not just state housekeeping. Under the FinCEN Customer Due Diligence rule, covered financial institutions must identify and verify the identity of legal entity customers and the beneficial owners who own or control them.[9] Confirming that a Washington entity exists, is active, and matches its claimed officers is foundational due-diligence work.[8]

State law sets the cadence that makes the registry meaningful. Washington requires an annual report that includes the entity name, registered agent, principal office, governors, business description, and UBI number, and failure to file triggers administrative dissolution.[7] That statutory link is why a Washington status is more than a label. A delinquent or dissolved status is a documented signal that the entity stopped meeting a legal requirement, and that is the kind of signal an examiner expects a lender to act on.

Enforcement context reinforces the point. Federal regulators have pursued alternative-lending operators directly. A merchant cash advance operator was hit with a multimillion-dollar federal judgment for deceiving small businesses about funding terms and using improper collection practices.[11] Clean entity verification is part of how a lender documents that it knew who it was funding.

How can lenders automate Washington entity verification?

Manual Washington verification means logging into CCFS, searching the entity, reading the status, and then separately checking the UBI license through the Department of Revenue. Doing that across thousands of monthly applications is slow and inconsistent. One Chief Risk Officer described pre-automation verification as an area of the business that was completely manual, calling it an Achilles heel for the operation.

Cobalt returns Washington Secretary of State data through a single API call, pulling directly from the state source rather than a cached copy. The call below shows the Washington search shape.

curl --location 'https://apigateway.cobaltintelligence.com/v1/search?searchQuery=Acme%20Corp&state=washington&liveData=true' \
--header 'x-api-key: YOUR_API_KEY' \
--header 'Accept: application/json'

The response carries the fields underwriting needs to make a decision: the raw Washington status, a normalized status for consistent routing, the filing date for time-in-business checks, officer names for ownership matching, and a timestamped screenshot for the loan file. The normalized status lets a lending system apply one rule set across states, while the raw status preserves the Washington-specific label for the audit trail.

Engineering should store three things from each call: the raw response as proof of what was searched, the parsed status and flags for routing, and the decision reason. That record lets a future reviewer see why the file was approved, conditioned, or declined.

What are the best practices for Washington entity verification?

The strongest Washington workflow treats the SOS registry and the UBI licensing record as two checks, not one. The cost comparison below frames why most teams move the registry lookup off manual labor.

FactorManual VerificationAutomated Verification
Time per Washington lookupSeveral minutes across CCFS and DORSeconds in one API response
ConsistencyVaries by analyst and workloadOne normalized status, same rule every time
Audit evidenceManual screenshots, easy to skipTimestamped screenshot on every call
UBI reconciliationOften skipped under volumeBuilt into the workflow as a second surface
Scale ceilingBounded by headcountBounded by API volume, not staff

A few practices keep Washington files clean. Normalize the legal entity name before searching, since registry searches are sensitive to name accuracy. Use live data for the final funding decision and cached data for high-volume pre-screening. Reconcile the SOS status against the UBI license status, and never treat an unsupported lookup as a clean result. When coverage or data does not resolve a Washington entity, route the file to a fallback search instead of clearing it by default.

Cobalt returns data, and the lender owns the rules. The API supplies the Washington status, the normalized field, and the screenshot. The underwriting team decides what active, delinquent, or dissolved means for a given product and exposure.

What should alternative lenders do next?

A Washington verification policy can start simple and stay explainable. Active with a current UBI license continues. Delinquent or a SOS-versus-UBI mismatch routes to manual review. Administratively dissolved, terminated, or expired declines. Unsupported or unresolved lookups go to fallback rather than auto-clear.

1. Normalize the entity legal name before any Washington search.

2. Pull the Secretary of State status through CCFS or the API.

3. Reconcile that status against the Department of Revenue UBI license record.

4. Auto-decline dissolved, terminated, and expired entities.

5. Route delinquent, inactive, and mismatch cases to underwriter review.

6. Store the raw response, parsed flags, decision reason, and timestamp.

7. Send unsupported or unresolved entities to a fallback process.

Teams that want to extend the control beyond entity status can pair Washington verification with lien discovery to surface secured-party claims before funding.[13] For portfolios exposed to stacking, UCC data layered on entity verification helps reveal overlapping claims on the same collateral.[14]

References

1. Corporations and Charities Filing System (CCFS), Washington Secretary of State

2. Annual Reports, Washington Secretary of State

3. Filings, Forms and Information, Washington Secretary of State

4. Business Licensing and Renewals FAQs, Washington Department of Revenue

5. RCW 23.95.605, Grounds for Administrative Dissolution, Washington State Legislature

6. RCW 23.95.610, Procedure for and Effect of Administrative Dissolution, Washington State Legislature

7. RCW 23.95.255, Initial or Annual Report for Secretary of State, Washington State Legislature

8. Due Diligence, Legal Information Institute

9. CDD Final Rule, FinCEN

10. Washington Tech Executive Sentenced for Covid-19 Relief Fraud Scheme, U.S. Department of Justice

11. Court Enters $20.3 Million Judgment in FTC Case Against Merchant Cash Advance Operator Jonathan Braun, Federal Trade Commission

12. Division of Consumer Services Enforcement Actions, Washington Department of Financial Institutions

13. UCC Filing API: Complete Resource for Lenders, Cobalt Intelligence

14. How UCC Data Reveals Loan Stacking in MCA Portfolios, Cobalt Intelligence