> For the complete documentation index, see [llms.txt](https://docs.lumiid.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lumiid.com/api-integration/technical-references/identity-verification-glossary-or-kyc-kyb-and-fraud-terms.md).

# Identity Verification Glossary | KYC, KYB & Fraud Terms

This identity verification glossary defines key KYC, KYB, fraud prevention, and API terms. Use it when building Nigerian customer or business onboarding with LumiID.

***

### Authentication and platform terms

#### Application

A registered project in the LumiID Dashboard that represents your integration. LumiID creates an application automatically when you create an API key.

#### API Key

A private credential used to authenticate LumiID API requests. Each API key belongs to an application and can be regenerated from the LumiID Dashboard. Never expose an API key in client-side applications or public repositories.

#### Sandbox

A testing environment where you can develop and validate your integration without affecting production data.

#### Production

The live environment used for processing real customer and business verification requests.

#### Webhook

A secure HTTP callback that allows LumiID to notify your application in real time when events such as completed verifications or asynchronous processes occur.

***

### Identity verification terms

#### Identity Verification

The process of confirming that an individual is who they claim to be using trusted government or financial data sources.

#### KYC (Know Your Customer)

A regulatory process that verifies a customer's identity before granting access to financial products or services.

#### NIN Verification

Validates a Nigerian National Identification Number (NIN) against official identity records.

#### BVN Verification

Verifies a Bank Verification Number (BVN) to confirm an individual's banking identity.

#### Face Match

Compares a user's selfie with the photograph associated with a government-issued identity document to determine whether they belong to the same person.

#### Liveness Detection

Confirms that a real person is present during identity verification and helps prevent spoofing attacks using photos, videos, or masks.

#### Identity Lookup

Retrieves verified identity information from trusted government or financial databases after successful verification.

***

### Business verification and KYB terms

#### Business Verification (KYB)

Know Your Business (KYB) is the process of verifying a company's legal identity before onboarding or conducting business with it.

#### CAC Verification

Verifies a business registered with Nigeria's Corporate Affairs Commission (CAC) and retrieves official registration details.

#### TIN Verification

Confirms the validity of a Tax Identification Number (TIN) issued to an individual or business.

#### Director Verification

Validates the identities of company directors or business representatives during business onboarding.

#### Ultimate Beneficial Owner (UBO)

The individual who ultimately owns or controls a business, even if ownership is held through other entities.

***

### Fraud intelligence terms

#### Fraud Intelligence

LumiID's risk analysis capabilities that help businesses identify suspicious identities, fraudulent activity, and high-risk behavior throughout the customer lifecycle.

#### Fraud Score

A numerical risk score generated by LumiID that estimates the likelihood of fraud based on multiple identity and behavioral signals.

#### Identity Risk

An assessment of the overall trustworthiness of an identity using verification results, behavioral analysis, and historical patterns.

#### Device Intelligence

Collects device attributes to help identify suspicious devices, repeat fraud attempts, and device sharing across multiple accounts.

#### Behavioral Signals

User activity patterns analyzed to identify unusual or high-risk behavior during onboarding or ongoing account usage.

#### Velocity Check

Measures how frequently an identity, phone number, device, IP address, or business appears within a defined period. High velocity may indicate fraud.

#### Watchlist Screening

Checks individuals or businesses against sanctions lists, politically exposed persons (PEPs), enforcement records, and other regulatory watchlists.

#### Case

A verification or fraud event that has been flagged for manual review within the LumiID Dashboard.

***

### API and platform concepts

#### API Request

A request sent from your application to the LumiID API to perform a verification or retrieve information.

#### Endpoint

A specific URL that provides access to a LumiID API service, such as NIN verification or business verification.

#### Customer Reference

A unique identifier supplied with an API request for tracking transactions in your dashboard and API logs. Examples include customer IDs, invoice numbers, or transaction IDs.

#### Verification ID

A unique identifier assigned by LumiID to every verification request for auditing, troubleshooting, and support.

#### Response

The JSON data returned by the LumiID API after processing a request.

#### Rate Limit

The maximum number of API requests your application can make within a specified time period.

#### Confidence Score

A numerical value indicating how confident LumiID is in a verification result or biometric match.

#### Audit Log

A chronological record of API requests, verification attempts, and system events available for monitoring and compliance purposes.

***

### Compliance and privacy terms

#### NDPA Compliance

LumiID is designed to support organizations operating under the **Nigeria Data Protection Act (NDPA)** by enabling secure processing and handling of personal data.

#### Personally Identifiable Information (PII)

Information that can identify an individual, such as a name, phone number, National Identification Number (NIN), or Bank Verification Number (BVN).

#### Data Encryption

The process of protecting sensitive information while it is transmitted between your application and LumiID or stored within the platform.

***

### Explore related guides

Continue with these LumiID integration guides:

* [API Keys and Authentication](/api-integration/technical-references/lumiid-api-authentication-or-api-keys-sandbox-and-production.md)
* [NIN Verification API](/api-integration/government-verification/nin-verification-api-or-nigerian-national-id-lookup.md)
* [BVN Verification API](/api-integration/government-verification/bvn-verification-api-or-nigerian-bank-verification-number-lookup.md)
* [CAC Business Verification API](/api-integration/business-verification/cac-business-verification-api-or-nigerian-rc-number-lookup.md)
* [TIN Verification API](/api-integration/business-verification/tin-verification-api.md)
* [Face Match API](/api-integration/biometric-checks/face-match-api-or-biometric-face-verification-and-comparison.md)
* [Liveness Detection API](/api-integration/biometric-checks/liveness-detection-api-or-selfie-anti-spoofing-and-deepfake-checks.md)
* [API Response Codes and Error Handling](/api-integration/technical-references/lumiid-api-error-codes-and-http-response-handling.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.lumiid.com/api-integration/technical-references/identity-verification-glossary-or-kyc-kyb-and-fraud-terms.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
