The wallet creates a scoped share the applicant can hand to a verifier without exposing raw bank statements or repeated document uploads.
Try the verify flow
PASSID is easiest to understand as one clean handoff. The user creates a scoped share token,
the institution sends that token to /api/v1/bridge/verify, PASSID returns verified
credential signals, and the institution keeps the final underwriting or onboarding decision.
/api/v1/bridge/verify
The bank, lender, or platform submits the received token with its institution key so the verification is attributed correctly.
The response includes credential signals like income verification, identity status, fraud risk, payment reliability, and compatibility scoring fields.
PASSID does not approve or reject the applicant. The institution uses the verified claims in its own underwriting, onboarding, or risk engine.
{
"token": "PASSID-EXAMPLE-TOKEN"
}
{
"success": true,
"data": {
"valid": true,
"token": "PASSID-EXAMPLE-TOKEN",
"verifiedAt": "2026-04-09T14:12:00Z",
"claims": {
"income_verified": true,
"income_stability": "stable",
"fraud_risk": "low",
"identity_verified": true,
"payment_reliability": 0.91,
"savings_consistency": 0.74,
"fsi_score": 812,
"tier": "B"
}
}
}
fsi_score = credential strengthtier = credential band