TypeScript SDK

@pontx/stripe-identity

The operator-published SDK for Stripe Identity verification API covers every Endpoint in the current approved OAS.

v0.1.1Node.js ≥ 18ESM + CommonJSTypeScript declarationsSDK Endpoint coverage 8/8

SDK quality gate

The source for v0.1.1 passed its complete unit suite and built-package E2E on Node.js 18 / 20 / 22.

SDK quality: UT 100%, E2E passed
Unit tests
5/5 · 100%
E2E
Passed
Tested commit
2319bec
Verified
2026-08-15

Install and call

The SDK is produced by Pontx and typechecked and built before publication.

Install SDK
pnpm add @pontx/stripe-identity
TypeScript usage
import { createStripeIdentityClient } from "@pontx/stripe-identity";

const client = createStripeIdentityClient({
  secretKey: process.env.STRIPE_SECRET_KEY!
});
const sessions = await client.getIdentityVerificationSessions({ limit: 10 });

Command-line access

This npm package also publishes a dedicated CLI for the API. Use dry-run to inspect parameters, then supply your own provider credentials when required.

Dedicated API CLI
pnpm add --global @pontx/stripe-identity

pontx-stripe-identity call getIdentityVerificationSessions --limit 10 --dry-run