SCROLL
UK→US  ·  IN→US  ·  KE→US  ·  Portable credential protocol Groth16 + Ed25519 Verifier API UK→US  ·  IN→US  ·  KE→US  ·  Portable credential protocol Groth16 + Ed25519 Verifier API
verifier console · sandbox
Pilot access available

Test the verifier flow without production data.

Submit deterministic PASSID tokens, verify signed claims, confirm no raw financial data is returned, and inspect audit metadata before your institution goes live.

Sandbox capabilities
A verifier sandbox that mirrors the production handoff.
01

Submit deterministic tokens

Use prebuilt PASSID tokens that return stable signed-claim, review, and revoked-token states.

02

Inspect verifier responses

Confirm signature status, freshness, revocation status, audit identifiers, and scoped claim summaries.

03

Replay webhooks safely

Trigger verification-complete, verification-failed, and revocation scenarios inside your integration environment.

TEST PASSID TOKENS

PASSID-SANDBOX-TIER1AAA
PASSID-SANDBOX-TIER2BBB
PASSID-SANDBOX-TIER3CCC

SIMULATED WEBHOOKS

verification.completed
verification.failed
credential.revoked
verifier flow
The exact moment to test before production.
The sandbox mirrors the institution handoff: receive a token, verify signed claims, get freshness and revocation status, confirm raw financial data is absent, and store an audit reference.
token
PASSID sandbox token
Use deterministic tokens and known corridor cases.
verify
POST /api/v1/bridge/verify
Check token status, signature, freshness, revocation, and claim integrity.
audit
Claims + metadata
Route signed claim summaries and audit context into your own policy workflow.
example object

Sandbox verifier response

{
  "mode": "sandbox",
  "token": "PASSID-SANDBOX-TIER1AAA",
  "valid": true,
  "signature_valid": true,
  "revocation_status": "clear",
  "freshness_hours": 24,
  "audit_id": "vrf_sandbox_82a4",
  "claims": {
    "identity_verified": true,
    "income_verified": true,
    "sanctions_screening_clear": true
  },
  "raw_transactions_included": false,
  "webhook_preview": "verification.completed"
}
what this is / is not

A serious test environment for verifier teams.

What this is

  • Deterministic verifier responses
  • Webhook simulation and failure cases
  • Signed claim summary examples
  • Audit metadata for integration QA

What this is not

  • Not a toy demo environment
  • Not production customer data
  • Not a raw transaction feed
  • Not manual review software
  • Not a disguised scoring dashboard
PASSID
Thank you — we'll be in touch.