Quick checkUS statejurisdiction: us-sc

Verify South Carolina businesses

South Carolina says a Good Standing entity simply hasn't been dissolved — not that it's trading. BizVerify returns that status on every call. Source: the South Carolina Secretary of State, Business Entities Online.

one call · $0.08/check

South Carolina in one POST.

Request
curl -X POST https://api.bizverify.co/v1/verify \
  -H "X-API-Key: bv_live_xxxxxxxxx" \
  -H "Content-Type: application/json" \
  -d '{
    "entity_name": "Acme Holdings, Inc.",
    "jurisdiction": "us-sc"
  }'
Response
{
  "job_id": "vrf_01HZ0K9R3X",
  "jurisdiction": "us-sc",
  "entity_name": "Acme Holdings, Inc.",
  "entity_type": "Corporation (Stock)",
  "jurisdiction_id": "0123456",
  "status": "active",
  "verified_at": "2026-05-12T14:08:31Z",
  "tier": "quick"
}

Quick check returns

  • · entity_name
  • · entity_type
  • · jurisdiction_id
  • · status

Status values you'll see

  • · Good Standing
  • · Dissolved
  • · Forfeited
  • · Revoked
  • · Merged Out of Existence

How South Carolina's Business Entities Online works

South Carolina prints the definition of its own status word on the front page of its registry. An entity status of Good Standing means the business entity has not been dissolved upon the records of the Secretary of State. The same notice goes further — Good Standing does not mean the entity is currently in operation, only that its legal existence has not been terminated or dissolved. For a nonprofit it carries a second caveat: the status says nothing about whether the organization may solicit contributions in South Carolina. Read a South Carolina status as a legal-existence signal, not a trading signal.

The second thing to know is what the record leaves out. The Secretary of State's Office does not hold the names or addresses of a company's officers or directors. Entities aren't required to disclose directors, officers, or members; corporations aren't required to file stockholder lists, and bylaws stay with the corporation. Business corporations submit their directors' names on the annual report filed with the Department of Revenue instead. If your pipeline expects an officer list from the state registry, South Carolina won't supply one — that data sits at DOR, not the Secretary of State.

What is public is free. Business Entities Online searches by business name with three match modes — Begins With, Contains, and Exact Match — and runs a separate public Agent Search across the registered agents on file. Certified copies and certificates are the paid surface, ordered through the same system.

BizVerify supports instant quick checks for South Carolina today: entity name, entity type, the Secretary of State's entity identifier, and status. Deep verification — the registered agent record, the date of incorporation, and the documents on file — is on the roadmap for this jurisdiction, prioritized by demand.

What South Carolina specifically charges and requires

Formation

A South Carolina LLC files Articles of Organization under §33-44-202 and §33-44-203 for $110. A business corporation pays the same $110 to file Articles of Incorporation, but writes a check for $135. A CL-1 — the Initial Annual Report of Corporations, a Department of Revenue form — must accompany the articles and carries its own $25 fee. South Carolina also sets a formation bar almost no other state does. Under §33-2-102, the articles must include a certificate signed by an attorney licensed to practice in South Carolina, stating that the section's requirements have been met. A nonprofit incorporates for $25; a limited partnership files a Certificate of Limited Partnership for $10.

Annual obligations

There is no Secretary of State annual report for an LLC or a corporation. A corporation files its annual report with the Department of Revenue, due on or before the fifteenth day of the fourth month following the close of its taxable year. With it comes a license fee of $15 plus $1 for each $1,000 of capital stock and paid-in or capital surplus — never less than $25. The limited liability partnership is the exception: its registration itself lapses unless it's renewed each year, for $100. A benefit corporation carries a separate annual duty — an Annual Benefit Report, $10, under §33-38-500.

Agent, dissolution, reinstatement

Every LLC keeps a designated office and an agent for service of process in the state (§33-44-108). An LLC can be dissolved administratively if a fee, tax, or penalty goes unpaid for sixty days after it's due (§33-44-809). After that, a business corporation may reinstate at any time — but a nonprofit corporation or an LLC has two years from the date of administrative dissolution to apply.

Filing / recordFee
LLC Articles of Organization$110
Corporation Articles of Incorporation$110 + $25 CL-1 = $135
Foreign corporation Certificate of Authority$110 + $25 CL-1 = $135
Foreign LLC Certificate of Authority$110
Nonprofit Articles of Incorporation$25
LP Certificate of Limited Partnership$10
LLP registration (renewed annually)$100
Certificate of Existence$10
Copy of a filed document$3 first page, $0.50 each additional

Common ways developers use South Carolina verification

Gate an onboarding agent on legal existence

An onboarding agent takes the customer's stated South Carolina entity name and calls verify_business({ entity_name, jurisdiction: "us-sc" }) through the BizVerify MCP server. Good Standing clears the existence check; anything else routes to a human. Because the state's own definition stops at "not dissolved", the agent should pair the result with its own activity signals before it provisions. The same call runs from an OpenAI Agents tool or a LangChain agent.

Stop waiting on an officer list that isn't there

A KYB build that expects officers or directors from a state registry stalls on South Carolina — the Secretary of State simply doesn't collect them. Design the South Carolina branch of your KYB pipeline around what the record does prove: the entity exists, under this name and type, and hasn't been dissolved. Source director names from the corporation's Department of Revenue filing or from the counterparty directly.

Re-check foreign qualification before a contract

Out-of-state companies operating in South Carolina need a Certificate of Authority, and the state requires a certificate of existence no more than 30 days old from the home state to grant one. If you contract with SC-qualified sellers, verify both sides: the entity in us-sc and the entity in its formation state. Two quick checks, one credit each, and the mismatch surfaces before signature.

Watch the LLP renewal window

An LLP is the one South Carolina entity type whose registration itself lapses unless it's renewed with the Secretary of State each year. Schedule a recurring check on your LLP counterparties in n8n or a Zapier job so a lapsed registration shows up as a status change instead of a surprise at renewal.

Frequently asked questions

What does Good Standing actually mean in South Carolina?

The Secretary of State defines it narrowly: the entity has not been dissolved upon the records of the office. It explicitly does not mean the business is currently operating — only that its legal existence hasn't been terminated or dissolved. Treat it as proof of registration, then use your own activity data, bank signals, or documents to judge whether the company is live.

Why don't you return officers for South Carolina entities?

Because the state doesn't have them. South Carolina entities aren't required to disclose directors, officers, or members to the Secretary of State, and stockholder lists and bylaws stay with the company. Business corporations file their directors' names on the annual report submitted to the Department of Revenue, which is a separate agency and a separate record from the entity register.

Do South Carolina LLCs file an annual report?

Not with the Secretary of State — the LLC Act sets no annual report and no annual fee. The exposure that does exist is §33-44-809: an LLC can be dissolved administratively if a fee, tax, or penalty stays unpaid for sixty days past its due date. Corporations file their annual report with the Department of Revenue instead.

Does a nonprofit reading Good Standing mean it can fundraise in South Carolina?

No, and the state says so directly. For nonprofit corporations, Good Standing does not mean the entity is authorized to solicit contributions in South Carolina — charitable solicitation runs through the Secretary of State's Public Charities Division, on a separate register. A verification result tells you the corporation exists and hasn't been dissolved; it isn't a fundraising permission.

How current is South Carolina entity data?

A quick check reflects the South Carolina record as it stands when the call runs — no nightly snapshot sits between the register and your response. A status change that just posted shows up on the next check. The trade-off is that p95 latency tracks the registry's own responsiveness rather than a database read on our side.

Does BizVerify support deep verification for South Carolina today?

Today South Carolina is quick check: entity name, entity type, the Secretary of State's entity identifier, and status — enough to confirm an entity exists and hasn't been dissolved. Deep verification — registered agent, date of incorporation, and the documents on file — is on the roadmap for this jurisdiction, and we prioritize by demand. Tell us what you need if you want it sooner.

Do I get charged for a South Carolina entity that doesn't exist?

A confirmed "no match" still counts as a quick check — 1 credit, about $0.08 on public pricing — because the lookup ran and proved the name isn't on the South Carolina register. Hard errors from the registry side, like a timeout, don't consume credits. Bulk runs work the same way; see the AI agents guide for batching patterns.

need deep verification for South Carolina?

Quick check is what BizVerify ships for South Carolina today: name, entity type, jurisdiction ID, status. Deep verification — the registered agent and address on file, date of incorporation and state of incorporation, the documents filed with the Secretary of State — is on the roadmap. We prioritize by demand.

Tell us what you need

Start verifying South Carolina businesses.

Free during beta. 50 credits/month. No card.

Get a free API key