Partner API overview
The referral side of the marketplace: submit a business and follow what happens next.
The Partner API is the referral side of the platform: accountants, brokers and software platforms submit business-funding requests programmatically and track every referral and its commission state, against the same reference, forever.
- OpenedYou
draftPOST /leadsA lead does not have to be complete to exist. Fill it in with PATCH as your own form collects more.
- SubmittedYou
submittedPOST /leads/{id}/submitUntil you submit, nothing is matched.
- Matched and routedCapvant
matchedThe business is matched against every lane whose buy box it fits, and routed to the ones it does.
- Offers returnedCapvant
offers_availablelead.offer_receivedRead them with GET /leads/{id}/offers. Indicative figures arrive first, firm ones once statements are in.
- Funded
fundedlead.fundedCommission attaches here. This is the state your reconciliation reads.
Declineddeclinedlead.declinedNo lane took it. The reason travels with the event.
Authentication
Same pattern as the Lender API: an API key in the X-API-Key header. Partner keys start with cv_pk_ and are created by your own team in the partner portal under Settings to API keys; the full key is shown once. Keys are scoped strictly to your own referrals.
Base URL
https://api.capvant.com/partner/v1Errors, rate limits (120 requests per minute per key) and webhook signatures are identical to the Lender API, so one integration pattern covers both sides.
The referral you submit enters the standard Capvant pipeline: qualification, matching, lender hand-off and offers all run on our side. Your commission follows the funded deal on the same record, identically to widget and portal referrals.
