Back to Directory
Persona favicon

Persona

Announced

Identity verification and KYC platform. Persona provides APIs for document verification, selfie checks, and database lookups. Planned UCP integration for consumer identity flows.

Persona has announced plans to support UCP as a participant. No public endpoint is available yet.

Persona is an identity verification platform that businesses use for KYC and fraud prevention. It handles government ID verification, liveness detection, database checks, and case management through a developer-friendly API.

In UCP's identity model, consumer identity verification is a key trust layer. Persona is planning to integrate with UCP's identity-linking capability so that verified identities can be surfaced as trust signals when agents initiate purchases on behalf of consumers.

Why This Matters for UCP

Persona plans to enable verified consumer identities to flow into UCP sessions as trust signals, reducing friction for repeat UCP-enabled purchases while maintaining strong identity assurance.

UCP Capabilities

identity linking

UCP Endpoint

Announced — Endpoint not yet publicly available

Integration Example

// Persona handles identity verification as part of a UCP trust flow.
// Verify consumer identity once, reference the verification in UCP sessions.

// Step 1: Create an inquiry to verify consumer identity
const inquiry = await fetch('https://withpersona.com/api/v1/inquiries', {
  method: 'POST',
  headers: {
    'Persona-Version': '2023-01-05',
    Authorization: `Bearer ${process.env.PERSONA_API_KEY}`,
    'Content-Type': 'application/json',
  },
  body: JSON.stringify({
    data: {
      attributes: {
        'inquiry-template-id': process.env.PERSONA_TEMPLATE_ID,
        'reference-id': userId,
      },
    },
  }),
});

// Step 2: After verification, store the verification ID
// and include it as a trust signal in UCP identity-linking requests

UCP Status

Announced

Tags

identity-verificationkycfraud-preventionconsumer-identityfintech

Pricing

paid

Added 2026-08-03
Documentation

Is this your listing? Claim it to get analytics, a verified badge, and priority placement. Claim your listing →

Reviews

★★★★★4.7 (3 reviews)

These are illustrative examples to show what reviews will look like. Submit your own experience below.

RK

R. Kapoor

Platform Engineer · Jan 15, 2026

★★★★★

Integrated in an afternoon. Solid implementation with no unexpected edge cases in production.

JS

J. Santos

Senior Engineer · Feb 28, 2026

★★★★★

Integration was straightforward. The UCP endpoint discovery works as documented and checkout completes in under 2 seconds.

ML

M. Lee

Backend Developer · Mar 3, 2026

★★★★

Works well for our use case. The documentation is accurate and the implementation matches what the spec describes.

21 other tools in Commerce Enablers

Is this your tool? Claim this listing

Related Commerce Enablers

UCPStore favicon

UCPStore

Commerce Enablers

Live

Service that transforms existing e-commerce stores into UCP-compatible endpoints without platform migration.

saasshopifywoocommerce
UnverifiedAgent-Ready: 70%
4.4implementation(13 signals)
freemium
SFCC UCP Cartridge favicon

SFCC UCP Cartridge

Commerce Enablers

Live

Open-source Salesforce Commerce Cloud cartridge that implements UCP checkout for SFCC storefronts.

salesforcesfcccartridge
UnverifiedAgent-Ready: 70%
4.8implementation(17 signals)
Open Sourcefree
Shopify Checkout Kit favicon

Shopify Checkout Kit

Commerce Enablers

Live

Shopify's developer toolkit for implementing UCP on any Shopify storefront, enabling AI agent-initiated checkouts.

shopifyofficialcheckout
UnverifiedAgent-Ready: 70%
4.9implementation(29 signals)
free