Full-stack decisioning infrastructure for lenders. Alternative data, automated underwriting, and FCRA-compliant decisions in seconds — no bureau required.
Whether you're a bank, auto dealer, BNPL provider, or embedded finance platform — AltFiScore has a solution built for your workflow.
The challenge: Up to 26% of your applicants have thin or no bureau history. You're declining qualified borrowers you can't see.
AltFiScore builds a complete financial profile from bank transactions, employment data, and rent history. Your team gets a full credit report — score, grade, APR recommendation, and ECOA adverse action codes — in seconds.
A transparent, auditable pipeline. Every step logged. Every decision explainable to regulators.
REST API with JWT auth. Webhooks for async delivery. Sandbox environment for testing. OpenAPI docs included.
import altfiscore client = altfiscore.Client( api_key=<span style="color:#60a5fa">"altfi_live_xxxx"</span> ) <span style="color:#888"># Score a consumer application</span> score = client.score( application_id=<span style="color:#34d399">"app_abc123"</span>, sources=[<span style="color:#34d399">"plaid"</span>, <span style="color:#34d399">"argyle"</span>] ) print(score.score_300_1000) <span style="color:#888"># 742</span> print(score.grade) <span style="color:#888"># "B"</span> print(score.decision) <span style="color:#888"># "approved"</span> print(score.apr_recommended) <span style="color:#888"># 11.4</span>
Start your free 30-day pilot. 50 decisions included. No card required. No bureau subscriptions needed.