{"id":50453923,"url":"https://github.com/mizcausevic-dev/kyc-refresh-case-router","last_synced_at":"2026-06-01T01:05:27.324Z","repository":{"id":361696823,"uuid":"1254646787","full_name":"mizcausevic-dev/kyc-refresh-case-router","owner":"mizcausevic-dev","description":"WordPress and FinTech operator surface for KYC refresh routing, beneficial-owner drift, review evidence, and account-safe remediation posture.","archived":false,"fork":false,"pushed_at":"2026-05-31T20:45:47.000Z","size":1977,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-31T22:19:20.178Z","etag":null,"topics":["aml","beneficial-ownership","compliance-operations","fintech","kyc","php","risk-operations","sanctions-screening","wordpress"],"latest_commit_sha":null,"homepage":"https://kyc.kineticgain.com/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mizcausevic-dev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-30T20:45:27.000Z","updated_at":"2026-05-31T20:45:50.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/mizcausevic-dev/kyc-refresh-case-router","commit_stats":null,"previous_names":["mizcausevic-dev/kyc-refresh-case-router"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/mizcausevic-dev/kyc-refresh-case-router","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizcausevic-dev%2Fkyc-refresh-case-router","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizcausevic-dev%2Fkyc-refresh-case-router/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizcausevic-dev%2Fkyc-refresh-case-router/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizcausevic-dev%2Fkyc-refresh-case-router/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mizcausevic-dev","download_url":"https://codeload.github.com/mizcausevic-dev/kyc-refresh-case-router/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizcausevic-dev%2Fkyc-refresh-case-router/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33755376,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-31T02:00:06.040Z","response_time":95,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aml","beneficial-ownership","compliance-operations","fintech","kyc","php","risk-operations","sanctions-screening","wordpress"],"created_at":"2026-06-01T01:05:26.619Z","updated_at":"2026-06-01T01:05:27.306Z","avatar_url":"https://github.com/mizcausevic-dev.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# KYC Refresh Case Router\n\nWordPress and FinTech control plane for KYC refresh routing, beneficial-owner evidence, review packets, and account-safe remediation posture.\n\n## Why this exists\n\n- FinTech review teams usually split beneficial-owner refreshes, sanctions recency, document expiry checks, and unblock memos across too many tools.\n- Risk, treasury, onboarding, and payout teams need one view of which KYC lanes are safe, which packets are stale, and which refresh artifacts still block release.\n- Account-safe decisioning breaks when the queue, the review packet, and the final unblock memo all say different things.\n\n## Why this matters (KG Embedded tie-back)\n\nThis repo demonstrates the KYC-refresh primitive for Kinetic Gain Embedded: beneficial-owner evidence, sanctions recency, unblock posture, and review-safe routing exposed through one operator surface. In a real embedded setting, the same primitive lets FinTech teams keep refresh workflow, payout decisions, and identity-risk review aligned without shipping account changes blindly.\n\n## Routes\n\n- `/`\n- `/kyc-lane`\n- `/refresh-queue`\n- `/review-posture`\n- `/verification`\n- `/docs`\n\n## API\n\n- `/api/dashboard/summary`\n- `/api/kyc-lane`\n- `/api/refresh-queue`\n- `/api/verification`\n- `/api/sample`\n\n## Screenshots\n\n![Overview](./screenshots/01-overview-proof.png)\n![KYC lane](./screenshots/02-kyc-lane-proof.png)\n![Refresh queue](./screenshots/03-refresh-queue-proof.png)\n![Verification](./screenshots/04-verification-proof.png)\n\n## Local development\n\n```powershell\ncd kyc-refresh-case-router\nphp -S 127.0.0.1:5442 .\\router.php\n```\n\nOpen:\n- [http://127.0.0.1:5442/](http://127.0.0.1:5442/)\n- [http://127.0.0.1:5442/kyc-lane](http://127.0.0.1:5442/kyc-lane)\n- [http://127.0.0.1:5442/refresh-queue](http://127.0.0.1:5442/refresh-queue)\n- [http://127.0.0.1:5442/review-posture](http://127.0.0.1:5442/review-posture)\n- [http://127.0.0.1:5442/verification](http://127.0.0.1:5442/verification)\n\n## Validation\n\n- `php -l public\\index.php`\n- `php -l src\\Services\\KycRefreshCaseRouterService.php`\n- `php -l src\\Views\\render.php`\n- `php -l plugin\\kyc-refresh-case-router.php`\n- `php scripts\\run_demo.php`\n- `php scripts\\prerender.php`\n- `powershell -ExecutionPolicy Bypass -File .\\scripts\\smoke_check.ps1`\n- `powershell -ExecutionPolicy Bypass -File .\\scripts\\render_readme_assets.ps1`\n\n## Production status\n\n| Aspect | Status |\n|--------|--------|\n| License | [AGPL-3.0-or-later](./LICENSE) |\n| Security | [SECURITY.md](./SECURITY.md) |\n| Deploy | Static prerender -\u003e **https://kyc.kineticgain.com/** |\n| WordPress primitive | KYC refresh snapshot shortcode + REST route |\n\n## Docs\n\n- [Architecture](./docs/architecture.md)\n- [Origin](./docs/ORIGIN.md)\n- [Kinetic Gain Embedded tie-back](./docs/KINETIC_GAIN_EMBEDDED.md)\n- [Changelog](./CHANGELOG.md)\n\n## Part of the Kinetic Gain Suite\n\nOperator surface in the [Kinetic Gain Suite](https://suite.kineticgain.com/) — a portfolio of buyer-readable control planes spanning compliance evidence, FinTech risk, property operations, identity posture, and operator workflows. Apex: [kineticgain.com](https://kineticgain.com/).\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmizcausevic-dev%2Fkyc-refresh-case-router","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmizcausevic-dev%2Fkyc-refresh-case-router","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmizcausevic-dev%2Fkyc-refresh-case-router/lists"}