Implement CERT verification for graded cards #124
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Requested by rudy_tajalle on 2026-06-22. Gambit needs to verify the CERT number on graded cards (e.g., PSA), including visual confirmation of grading. As a last resort, allow users to log in to the PSA site to scan the card and verify information. This involves UI for visual confirmation and potential API integration with PSA.
Reported via Mattermost bot by Gambit Agent
Correction (2026-07-03): #124 does NOT need a new external cert API -- it is already wired.
Remaining work = MOBILE UI only: for a scanned graded card with a cert, surface the PSA-verified result as VISUAL CONFIRMATION (PSA image + grade + cert shown next to the scan so the vendor confirms the match) + a "View on PSA" link, with "log into PSA site" as the last resort. Best home: the new CardDetailSheet (step 02). No backend/API build required.
Re-audit: UNBLOCKED (native OCR shipped). Cert read + PSA GetByCertNumber plumbing is done. Small pure-mobile-UI remainder:
(1) render the already-plumbed verification_url as a tappable 'View on PSA' link in CardDetailSheet;
(2) add a login-to-PSA-site fallback.
Confirm on-device, then close.
Scope correction: my earlier re-audit note called this a 'small UI remainder' (render verification_url + PSA fallback). The slab grading review (2026-07-08) shows it's bigger - cert verification is PSA-only and actively mis-verifies CGC/BGS/SGC certs against PSA -> false NOT FOUND (core.py:3301/3743), and unknown-company slabs silently default to grader='PSA'. Full analysis + multi-grader verification plan in #222.