The modern verification workflow

Six engineers and endless meetings over months. Or one API call this afternoon.

One Partner API. Multi-tenant from day one. White-labeled to your brand. Your customers verify investors without ever leaving your product.

Read the docs
The architecture

Multi-tenant from day one.

Each partner integration is scoped and isolated. Your issuers, your verifications, your data — automatically routed to the right tenant. No leaky abstractions, no shared state, no configuration drift.

Parent partner
Your Platform
One API key, many issuers
Issuer
Issuer A
Issuer
Issuer B
Issuer
Issuer C
Verifications
Verifications scoped per issuer
The API

One endpoint. Scoped to the right tenant.

Pass a partner ID and an issuer ID. IncrediVer routes the verification to the right tenant automatically. When the investor is verified, a webhook fires to your endpoint with the result.

Request · POST
# Create a verification — partner-scoped
curl https://api.incrediver.com/v1/verifications \
  -H "x-api-key: ivr_live_xxxxxxxxxxxxx" \
  -H "x-parent-partner-id: partner_xxxxxxxx" \
  -H "Content-Type: application/json" \
  -d '{
    "issuerId": "iss_xxxxxxxx",
    "investor": {
      "email": "jane@example.com",
      "firstName": "Jane",
      "lastName": "Doe"
    },
    "verificationType": "networth"
  }'
Webhook · verification.approved
# Webhook payload → your endpoint
{
  "event": "verification.approved",
  "verificationId": "ver_xxxxxxxxxxxxx",
  "partnerId": "partner_xxxxxxxx",
  "issuerId": "iss_xxxxxxxx",
  "investor": {
    "email": "jane@example.com",
    "status": "approved"
  },
  "certificateUrl": "https://api.incrediver.com/..."
}
The experience

Your investors never leave your brand.

Your customers chose your platform. The verification step should feel native to it — not a redirect to a third-party site they've never heard of. IncrediVer white-labels the entire verification flow to your brand. Your domain, your logo, your colors.

IncrediVer
Verify your accreditation
Email address
Start verification
Powered by IncrediVer
Default
Meridian Capital
Verify your accreditation
Email address
Start verification
Powered by Meridian Capital
White-labeled
same flow, your brand
The partners

Trusted by the platforms building modern capital formation.

Transfer agents

Processing investor verifications at scale for issuers across their books.

Crowdfunding portals

Embedding verification directly into the investment flow. Investors verify without leaving the portal.

Capital-formation platforms

White-labeling verification as a native feature. One integration, every issuer on the platform verified.

Your engineering team works on what differentiates you.

Read the docs