v1
latestOpenAPI 3.0.02026-07-244074117.0 KBPrescreens
Get a prescreen
Get a specific prescreen by ID.
get/v4/prescreens/{id}
Path parameters
idstring required
The prescreen ID.
Response
The prescreen
Example response
{
"id": "prescreen_123",
"customerId": "customer_123",
"approvalLikelihood": "high",
"limitCents": 100000,
"bestAprPct": 12.99,
"reasons": [
{
"code": "unmatched-kyb",
"message": "KYB datat mismatch"
}
],
"expiresAt": "2025-01-01T00:00:00.000Z",
"metadata": {
"yearEstablished": 2015,
"expectedMonthlySpendingCents": 50000,
"smbNotVerified": true,
"purchasingDemandForecast6MonthsCents": 180000,
"externalTransactionId": "1234567890",
"purchasingDemandFor6m": "C"
}
}