Executive Summary: Texas business entity verification is rarely a single lookup, because a Texas company can be active on one state record and forfeited on another at the same time. The Texas Secretary of State tracks whether the entity legally exists, while the Texas Comptroller tracks whether that entity still holds its "Right to Transact Business" under the franchise tax.[1] An entity can read as a valid filing at the Secretary of State and still have lost its right to operate after a franchise tax forfeiture. For alternative lenders underwriting Texas merchants, that split is the whole game. This guide covers the dual-status decision logic, how a 2025 Texas law reshaped sales-based financing, and where automated data fits the workflow. For the full Texas status taxonomy, see the companion guide linked below.[2]
Why does Texas business entity verification need two state sources?
What does each Texas agency actually confirm?
The Texas Secretary of State confirms existence: whether the entity was formed, whether a foreign entity registered to transact business, and whether it was terminated voluntarily or involuntarily.[3] The Texas Comptroller confirms standing: whether the entity has filed its franchise tax reports and paid what it owes. These are separate systems with separate triggers.
The Comptroller is required by law to forfeit a company's right to transact business in Texas if the company fails to file a franchise tax report or pay franchise tax due under Chapter 171.[4] That forfeiture does not delete the entity from the Secretary of State record. The business still exists. It just cannot lawfully transact.
Why does a single-source check create false confidence?
An underwriter who checks only the Secretary of State can clear an entity that the Comptroller has already stripped of its right to operate. The reverse gap also exists: an entity current on franchise tax can still be terminated at the Secretary of State. A lender that treats either source as the complete answer is making a funding decision on half the record.
The practical question for a Texas file is not whether the entity exists. It is whether the entity still has the legal right to transact business, and that answer lives in two places.
What is the difference between SOS existence and Comptroller standing?
Texas carries a large status set, roughly 18 distinct status values across the two agencies in the Cobalt taxonomy, which is wider than most states. The first job is to separate what the Secretary of State is telling you from what the Comptroller is telling you, because the same business can carry one signal from each.
| Source | What it reports | Sample values | What it does not tell you |
|---|---|---|---|
| Texas Secretary of State | Legal existence and registration | Active, In Existence, Voluntarily Terminated, Involuntarily Terminated, Forfeited Existence | Whether franchise tax is current |
| Texas Comptroller | Right to Transact Business under franchise tax | Active, Eligible for reinstatement, Forfeited (right to transact) | Whether the entity was terminated at SOS |
| Combined read | Whether the merchant can lawfully operate today | Both must clear for a clean Active | Each source alone leaves a gap |
The reconciliation rule is simple to state. Both sources must clear before a Texas entity reads as a clean Active. If either source shows a forfeiture, a termination, or an eligible-for-reinstatement flag, the file is not clean, regardless of what the other source says.
Which Texas statuses should trigger an automatic decline?
Some Texas signals are clear-cut. When the Secretary of State reports a voluntary or involuntary termination, the entity has formally ended. When the Comptroller shows a forfeiture of the right to transact business, the entity has lost the legal capacity to operate and, under Texas law, can be denied the right to sue or defend itself in a Texas court while each director or officer may become liable for the entity's debt.[4] Both patterns point the same direction.
| Status signal | Source | Recommended action | Why |
|---|---|---|---|
| Voluntarily Terminated | Secretary of State | Auto-decline | Entity formally ended its existence |
| Involuntarily Terminated | Secretary of State | Auto-decline | State ended the entity, often for non-compliance |
| Forfeited Existence | Secretary of State | Auto-decline | Existence forfeited at the SOS level |
| Forfeited right to transact (franchise tax) | Comptroller | Auto-decline or hold pending cure | No legal right to operate; officer liability risk |
A franchise tax forfeiture deserves a note. It can be cured. The Comptroller gives at least 45 days after a notice of pending forfeiture before the actual forfeiture takes effect, and an entity can later reinstate by filing the outstanding reports, paying the tax, penalties, and interest, and obtaining a tax clearance letter.[4] For a high-value file, a lender may choose a documented hold for cure rather than a hard decline. For automated high-volume screening, treating an active forfeiture as a decline is the conservative default.
Which Texas statuses require manual review?
Not every non-clean status is a termination. Some Texas signals mean the entity is curable, recently reinstated, or carrying a temporary problem. Those belong in a review queue, not an instant decline.
| Status signal | Source | Questions for the reviewer |
|---|---|---|
| Eligible for reinstatement | Comptroller | Is the forfeiture cured? Is a tax clearance letter on file? |
| Recently reinstated | Either source | When did standing return? Does the funding date sit after the cure? |
| Franchise tax delinquency before forfeiture | Comptroller | Is the entity inside the 45-day cure window? |
| Foreign entity registration in question | Secretary of State | Is the out-of-state entity validly registered to transact in Texas? |
The reviewer's job is to confirm timing. A forfeiture that was cured last week and a forfeiture that is still open carry very different risk, even though both started as the same word on a screen. The decision reason for any Texas file should record which source flagged the issue and whether the cure is documented.
How does the 2025 Texas commercial financing law change the picture?
Texas enacted House Bill 700, a commercial financing disclosure and registration law focused on sales-based financing, also called merchant cash advance. The governor signed it on June 20, 2025, with an effective date of September 1, 2025.[5]
The provision that matters most for verification is the first-position requirement. A sales-based financing provider may not automatically debit a Texas merchant's account unless it holds a validly perfected security interest in that account under Chapter 9 of the Business and Commerce Code, with first priority against the claims of all other persons.[6] First position here means first against any other claim, not merely first against other advances.[5]
That ties entity verification to lien verification. Confirming the entity is active at both Texas sources is no longer enough on its own for a sales-based financing deal. A provider also has to confirm its security interest can sit in first priority, which under Article 9 generally turns on who filed or perfected first.[7] The law also requires written disclosures on offers under one million dollars and registration of providers and brokers with the Texas Office of Consumer Credit Commissioner by December 31, 2026.[8] Legal commentators have described the first-lien rule as a practical constraint on the model, since many small businesses already carry prior blanket liens or tax liens.[8]
How should lenders connect entity status to lien position in Texas?
For a Texas sales-based financing file, the verification path now runs in sequence. First, confirm the entity exists at the Secretary of State and holds its right to transact business at the Comptroller. Second, confirm the lien landscape, because a clean entity with a prior all-assets lien cannot give the provider the first position the 2025 law requires.
UCC priority generally follows the first to file or perfect, so an existing senior financing statement on the same collateral can block a new first-position claim.[7] That is why entity verification and UCC discovery belong in one workflow rather than two disconnected steps. A lender that clears the entity but skips the lien search can still find itself unable to lawfully ACH debit a Texas merchant. Cobalt's UCC data and loan-stacking analysis show how prior secured claims surface before funding.[9][10]
What does a Texas entity verification API call look like?
Cobalt Intelligence returns Texas Secretary of State data through a single search endpoint, pulling from the primary state source rather than a cached database. The response includes the raw state status, a normalized status for automated routing, filing date, officers, and a timestamped screenshot for the loan file.
curl --location 'https://apigateway.cobaltintelligence.com/v1/search?searchQuery=Acme%20Holdings%20LLC&state=texas&liveData=true&screenshot=true' \
--header 'x-api-key: YOUR_API_KEY' \
--header 'Accept: application/json'
A few notes for engineering. The `normalizedStatus` field maps the wide Texas status set to a consistent active, inactive, pending, or unknown value, which keeps routing logic stable across states. The raw `status` field preserves the Texas-specific wording so a reviewer can see exactly what the state reported. Store the raw response, the parsed flags, and the decision reason. The franchise tax Right to Transact Business signal from the Comptroller is a separate check, so a complete Texas decision pairs the Secretary of State response with that standing confirmation rather than treating either as the full answer.
What regulatory drivers make Texas verification a compliance issue?
Texas verification sits inside a broader compliance picture, and the rules shifted in 2025. Under the Corporate Transparency Act, beneficial ownership reporting once applied broadly, but a FinCEN interim final rule published in March 2025 exempted entities created in the United States and now limits reporting to foreign entities registered to do business in a US jurisdiction.[11] That change narrows one federal obligation, but it does not reduce the underwriting need to confirm that a Texas borrower legally exists and holds its right to operate.
Enforcement risk in sales-based financing is concrete. A federal court entered a 20.3 million dollar judgment against merchant cash advance operator Jonathan Braun in February 2024 for deceiving small businesses and making unauthorized account withdrawals, and Braun received a permanent ban from the industry.[12] Cases like that, combined with the new Texas registration and disclosure rules, raise the cost of a sloppy verification trail. A documented, source-cited record of the entity check is part of defending the decision later.
What is the cost case for automating Texas verification?
Manual Texas verification means navigating the Secretary of State SOSDirect search, which charges a fee per search, and separately checking the Comptroller franchise tax account status for the same entity.[1][3] Two portals, two lookups, two manual captures, per file. At volume, that doubles the manual handling Texas already requires.
| Factor | Manual dual-source check | Automated verification |
|---|---|---|
| Sources touched | SOS portal plus Comptroller portal, separately | One API call plus standing check, returned together |
| Speed per file | Minutes across two systems | Seconds |
| Audit artifact | Manual screenshots, inconsistent | Timestamped screenshot per lookup |
| Consistency at volume | Degrades as volume rises | Normalized output across states |
| Reviewer focus | Spent on data gathering | Spent on the genuine edge cases |
One Chief Risk Officer at Idea Financial described manual verification as the Achilles heel of the business, an area that was completely manual.[2] The value of automation is not just speed. It is that automation handles the clear-cut decline and clean-active cases consistently, so reviewers spend their time on the franchise tax cure timing and lien position questions that actually need judgment.
What should alternative lenders do next in Texas?
Build the Texas workflow around the dual-status rule. Confirm existence at the Secretary of State and Right to Transact Business at the Comptroller, treat terminations and active forfeitures as declines, route cures and reinstatements to review, and for sales-based financing pair the entity check with a UCC search so the first-position requirement under the 2025 law is verified before funding. Keep the decision reason and the source of every flag in the file.
Cobalt Intelligence provides the Texas Secretary of State data and UCC discovery that this workflow depends on, pulled from primary sources with a timestamped screenshot for each lookup. To see how the entity status and lien data return in one workflow, review the companion Texas taxonomy guide and the UCC resources linked in this article, then request a technical walkthrough.












.png)