Weavz
Veriff

Veriff

Create Veriff verification sessions, retrieve decisions and attempt metadata, and receive webhooks.

6 tools
1 trigger

Tools

Name
create_session

Create a Veriff verification session.

get_session_decision

Retrieve a Veriff session decision.

get_session_person

Retrieve person data associated with a Veriff session.

list_session_attempts

List attempts for a Veriff verification session.

list_attempt_media

List media metadata for an attempt. Media image retrieval is intentionally not included.

delete_session

Delete a Veriff session by ID.

Triggers

Name
webhook_event

Receive Veriff webhook payloads after configuring webhooks in Veriff.

Quick Start

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

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

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

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Veriff 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 Veriff support?

Veriff supports 6 tools including Create Session, Get Session Decision, Get Session Person, List Session Attempts, List Attempt Media Metadata, and more.

Can I use Veriff with AI agents?

Yes. Add Veriff 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 Veriff be used in stateful agent workflows?

Yes. Agents can combine Veriff 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 Veriff use?

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

How much does the Veriff integration cost?

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

What triggers does Veriff support?

Veriff supports 1 triggers including Webhook Event.

Connect Veriff in minutes

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