Weavz
Sumsub

Sumsub

Manage Sumsub KYC/KYB applicants, SDK tokens, review status, checks, resets, and webhooks.

8 tools
1 trigger

Tools

Name
create_applicant

Create an individual or company applicant profile for KYC/KYB.

get_applicant

Retrieve applicant profile data by Sumsub applicant ID.

get_applicant_by_external_user_id

Retrieve applicant profile data by your external user ID.

get_applicant_status

Get applicant review status and rejection comments where available.

generate_access_token

Generate a WebSDK/MobileSDK access token for an applicant action.

request_applicant_check

Move an applicant to pending so Sumsub can run the configured verification level checks.

simulate_review_result

Sandbox-only simulation of a GREEN or RED review result.

reset_applicant

Reset an applicant profile so the user can pass verification from scratch.

Triggers

Name
webhook_event

Receive Sumsub applicantReviewed and related webhook events configured in Sumsub.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('sumsub', 'create_applicant', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'sumsub',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Sumsub to my app?

Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does Sumsub support?

Sumsub supports 8 tools including Create Applicant, Get Applicant, Get Applicant by External User ID, Get Applicant Review Status, Generate SDK Access Token, and more.

Can I use Sumsub with AI agents?

Yes. Add Sumsub to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.

Can Sumsub be used in stateful agent workflows?

Yes. Agents can combine Sumsub tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.

What authentication does Sumsub use?

Sumsub uses Custom. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Sumsub integration cost?

The Sumsub integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does Sumsub support?

Sumsub supports 1 triggers including Webhook Event.

Connect Sumsub in minutes

Get 20,000 free action executions every month. No credit card required.