v1
latestOpenAPI 3.0.02026-07-244074117.0 KBPrescreens
Create a prescreen
post/v4/prescreens
Request body
Example request
{
"externalId": "partner-customer-123",
"annualRevenueAmount": 1000000,
"businessName": "Acme, Inc.",
"doingBusinessAs": "Acme Storefront",
"address": {
"line1": "123 Main St",
"city": "San Francisco",
"country": "US",
"state": "CA",
"postalCode": "94107"
},
"email": "info@acme.com",
"taxId": "123456789",
"website": "https://slopepay.com",
"phone": "14155551234",
"desiredLimit": 100000,
"metadata": {
"yearEstablished": 2015,
"expectedMonthlySpendingCents": 50000,
"smbNotVerified": true,
"purchasingDemandForecast6MonthsCents": 180000,
"externalTransactionId": "1234567890",
"purchasingDemandFor6m": "C"
}
}Response
The created 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"
}
}