A portable financial trust layer. Enter a PassID code to unlock verified identity & financial history — user-controlled, permission-based, and ready for banks, lenders, employers, schools and landlords.
PassID turns a user's verified credibility into a secure key they control — so you make faster, more reliable decisions without ever touching raw bank data.
Use a sandbox token to see the institution-facing response shape. Demo data is synthetic and for integration testing only.
PASSID does not approve, deny, price, lend, or underwrite. Institutions own all final decisions.
Built to be as simple as connecting an account and serious enough for regulated institutions.
Your secret key stays on your server. A drop-in button opens the hosted, user-consented flow; a signed webhook confirms the result.
POST https://passid.io/v1/verification-requests
X-Institution-Key: sk_live_…
{ "permissions": ["identity_verified","income_verified"] }
→ { "requestId":"…", "consent_url":"https://passid.io/respond?r=…" }
<script src="https://passid.io/passid.js"></script> <button data-passid-verify data-url="CONSENT_URL"> Verify with PassID </button>
POST https://your-app.com/webhooks/passid
X-PassID-Signature: hmac…
{ "type":"verification.completed",
"requestId":"…", "claims": { … } }
The signed webhook is the source of truth — always confirm results server-side. Full reference in the Integration Guide and API docs.
Instead of sending statements, screenshots, and fragmented PDFs, the applicant shares a compact token. PASSID verifies token status, issuer signature, freshness, and revocation, then returns claim summaries for the institution's own policy workflow.
Give people a faster, permission-based way to prove verified credibility — and make better decisions, sooner.
PassID provides verification summaries for review support only. PassID does not provide credit scores, credit reports, lending decisions, banking services, employment decisions, housing decisions, insurance decisions, or legal eligibility decisions. Final decisions remain with the verifying institution.