Submit an indicative offer
Non-binding figures from headline data, before statements. They render in the client's comparison straight away, marked as indicative. Re-posting replaces your current indicative offer on the deal; the replaced terms stay listed on GET /deals/{ref}/offers as superseded. A firm offer later supersedes this one in place.
Authorization
ApiKeyAuth Lender keys start with cv_live_; Partner keys start with cv_pk_. Shown once at creation, sent on every request.
In: header
Path Parameters
The deal reference, e.g. CV93A41205. Case-insensitive.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://sandbox.capvant.com/deals/string/indicative-offer" \ -H "Content-Type: application/json" \ -d '{ "amount": 0 }'{ "offer_id": "string", "maturity": "indicative", "offer": { "id": "string", "amount": 0, "currency": "GBP", "kind": "string", "maturity": "indicative", "status": "string", "created_at": "2019-08-24T14:15:22Z", "superseded": true, "superseded_at": "2019-08-24T14:15:22Z", "superseded_by": "indicative", "annual_rate_pct": 0, "factor_rate": 0, "term_months": 0, "fees": 0, "total_repayment": 0, "expires_at": "2019-08-24T14:15:22Z", "notes": "string" }, "superseded": { "maturity": "indicative", "amount": 0, "currency": "string", "annual_rate_pct": 0, "factor_rate": 0, "monthly_interest_rate_pct": 0, "term_months": 0, "fees": 0, "total_repayment": 0, "expires_at": "2019-08-24T14:15:22Z", "notes": "string", "created_at": "2019-08-24T14:15:22Z", "superseded_at": "2019-08-24T14:15:22Z", "superseded_by": "indicative" }}