Push a deal status change
Send this whenever a deal you received from Capvant changes state. The deal must have been routed to you. Statuses: in_review, offer_made, declined (add a reason), funded (add amount and currency). If your CRM emits different field names or status values, Capvant maps them for you; ask your Capvant contact or set the mapping in the Hub.
Path Parameters
Your personal inbound secret, part of the URL shown in the Lender Hub.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://sandbox.capvant.com/inbound/status/string" \ -H "Content-Type: application/json" \ -d '{ "dealRef": "CV-4F2A9K", "status": "funded", "amount": 85000, "currency": "USD", "data": { "product": "MCA", "annualRevenue": 620000, "creditScore": 660, "term": "9 months", "factorRate": 1.28, "commissionAmount": 3400, "commissionCurrency": "USD" } }'{ "ok": true, "dealRef": "CV-4F2A9K", "status": "funded"}Inbound status
Push deal status changes to Capvant from your own system. One URL per lender, one JSON shape for everyone. No API key: the secret in the URL identifies you. Copy the URL from your Lender Hub, Integration page.
Partner API
The Partner API is for introducers: accountants, brokers, platforms and embedded partners who send a business to Capvant and want to follow what happens next without leaving their own product.
