Lender Hub
Pull your deal flow, push referrals, and get notified the moment a status changes, all through one JSON API that mirrors what your team already sees in the Hub.
# verify your key
curl https://api.capvant.com/v1/ping \
-H 'X-API-Key: cv_live_...'
{ "ok": true, "lender": "Your Organisation" }
Every integration into Capvant fits one of three shapes. Most teams end up using two.
List and retrieve the deals routed to your lane, report statuses, submit offers, and message clients: self-serve, with your own API key. Want deals pushed to your endpoint instead? Contact partnerships@capvant.com.
Lender API docsPush-only by nature: submit funding referrals from your own CRM or platform and track each one through to commission, with an idempotency key so retries never duplicate a submission.
Partner API docsRegister an HTTPS endpoint and receive signed events the moment a deal or referral changes, instead of polling. Partner widget embeds are provisioned from your dashboard.
Webhooks docsThe whole loop, start to finish, in about five minutes.
Lenders: capvant.com/lender under Team → API keys. Partners: capvant.com/partner under Settings → API keys. Shown once, store it server-side.
Send it in X-API-Key against GET /v1/ping and confirm your organisation name comes back.
GET /v1/deals or GET /partner/v1/referrals to see real records in your own shape.
POST /v1/webhooks once you're ready to stop polling and get pushed events instead.
GET /v1/ping (and /partner/v1/ping) with your key confirms the API and your credentials are both good.
This site launched: build-path guides, a full API reference, and a downloadable OpenAPI 3.1 spec at docs.capvant.com/openapi.json.
Submit and track referrals, plus webhooks, live at api.capvant.com/partner/v1.
POST /v1/test/deals creates a synthetic deal on your own lane for integration testing, end to end, without touching a real client. Up to 10 live at a time.
Ask for a specific item (a debt schedule, management accounts, an aged debtors report...) and track it through requested, uploaded and forwarded.
Deals, statuses, offers, client messages and webhooks are live at api.capvant.com/v1.