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.
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.
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.
# 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 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/..."
}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.
Trusted by the platforms building modern capital formation.
Processing investor verifications at scale for issuers across their books.
Embedding verification directly into the investment flow. Investors verify without leaving the portal.
White-labeling verification as a native feature. One integration, every issuer on the platform verified.