Indicative appetite, without creating anything
Answers whether there is appetite for a request, using the same matcher production routing uses. No lead is created, no credit search is run, and no contact details are needed or stored. Safe to call on a browsing client.
An access token from POST /oauth/token. Valid for one hour. Preferred, because a leaked request log then exposes an hour rather than a permanent credential.
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
No contact details, no consent, no lead. Everything here is about the request, not the person.
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X POST "https://sandbox.capvant.com/prequalification" \ -H "Content-Type: application/json" \ -d '{ "country": "GB", "funding": { "purpose": "Working Capital" } }'{ "country": "UK", "currency": "GBP", "eligible": true, "decision": "options_available", "matched_options": 0, "product_families": [ { "product_family": "asset_finance", "label": "string", "options": 0 } ], "indicative_amount": { "min": 0, "max": 0, "currency": "GBP", "basis": "panel_limits" }, "reasons": [ { "code": "amount_below_minimum", "detail": "string" } ], "supported_countries": [ "UK" ], "disclaimer": "string"}