Skip to main content

Introduction

Zyphe is identity infrastructure built so organizations can verify, reuse, and monitor trust, without treating personal data as a free-for-all.

One platform covers:

  • Identity verification (KYC): document, liveness, address, phone, forms, and more, composed into flows
  • Business verification (KYB): companies, directors, and beneficial owners
  • Reusable credentials: one-click KYC and KYC Passport so partners reuse an existing verification with user consent
  • AML screening & monitoring: sanctions, PEP, adverse media, and ongoing risk
  • Transaction monitoring: rules, lists, and Allow / Review / Block decisions

Privacy is not a slogan here: PII is stored with user-centric controls, access is role-based, and sharing is grant-driven. For the architecture behind that, see Decentralized Identity.


Start here

PathWho it's forTime
QuickstartAnyone shipping a first verificationShortest linear path
Choosing an integration methodEngineers deciding hosted link vs SDK vs agentDecision page
Sandbox and go-liveTeams ready for productionQA + cutover checklist
GuidesConfiguring and operating each capabilityTask-oriented how-tos
Statuses and codesInterpreting webhooks and API outcomesReference
API referenceCoding against the exact contractOpenAPI + schemas

Core objects

These are the concepts you will see across the product and API:

ObjectWhat it is
FlowThe sequence of verification steps a user completes (document, liveness, PoA, …)
Verification requestOne run of a flow for a specific user
Flow resultThe reviewed outcome, scores, and collected data (subject to role and PII access)
WebhookSigned real-time notification when a result or status changes
ScoreExplainable risk or quality signal derived from tags, factors, and checks
TransactionAn activity event evaluated by transaction-monitoring rules

Deeper model: Verification process · Data flows


Products

ProductOutcomeHow it worksGuide
Flows / KYCOnboard users with composable checksVerification process · Document · LivenessCreate a flow
Proof of addressVerify residency evidencePoAConfigure PoA
KYBVerify businesses and ownershipKYBBusiness verification
Reusable credentialsReuse trust across partnersOne-click KYCKYC Passport
AMLScreen and monitor financial crime riskAMLRisk scoring · Monitoring
Transaction monitoringContinuous Allow / Review / BlockTM conceptsTM operation
Scoring & reviewTurn signals into decisions-Scoring · Manual review

Who this documentation is for

Engineers: integrate with a public link, SDK, webhooks, or an MCP-compatible AI agent. Start with the Quickstart.

Compliance & operations: review results, configure scores, manage AML and transaction-monitoring cases, and enforce role-based PII access. See Manage users and Scoring.

Partners & networks: invite organizations and reuse verifications with user consent via KYC Passport and reusable credentials.


How the docs are organized

SectionIntent
QuickstartOne opinionated path from zero to a reviewed result
OverviewWhat the product is, why it works this way, conceptual data flows
GuidesHow to configure and operate each capability
ReferenceStatuses and codes, OpenAPI, LLM-friendly docs

Rule of thumb: deciding whether → Overview · fastest try → Quickstart · configure → Guides · code the contract → Reference.