For providers
Listing cover for sale
How a product you already underwrite becomes something a stranger can find, compare and buy on iqava.com — and what reaches you after they do.
Selling on iqava is not a listing site with a contact form attached. A published cover is wired into the same platform that runs your back office: the buyer's answers become a real application, a purchase becomes a real policy on your real ledger, and the documents land in their wallet. Which is also why the listing deserves more care than a brochure would.
The short version
- Build the product firstProduct Studio — the product, its rating and its proposal form. A listing with no product behind it can take applications but can never issue a policy.
- Create the listingMarketplace → Studio — title, category, summary, highlights, price and the countries it may be sold in. Link it to the product from step one.
- Fill in what buyers compareThe six fields and the exclusions list that let a shopper put you beside a competitor. The sum insured is the one that matters most.
- PublishLive on iqava.com and in the app immediately. There is no approval queue between you and a buyer.
- Watch Marketplace → OrdersEvery sale, its state, and the policy it became. Bound policies appear in Underwriting exactly like ones your own team wrote.
What it costs to list
Writing the listing
Two fields do most of the work, and both are easy to write for the wrong reader.
The title is what appears in search results. Say the cover, not the brand — “Comprehensive Motor — Private” rather than “MotorPlus Gold”. Somebody searching does not yet know your product names.
The summary is one line on the card, and it is the only sentence most people read. “Comprehensive cover for private vehicles, including theft and third-party” beats “Section A/B/C cover with optional extensions”. The legal wording still belongs in the description; it is just not the first thing anyone should meet.
An empty country list means everywhere
Categories are shared
What buyers compare
Under Product Studio → What buyers compare there are six fields and a list. They are what the comparison page lines up when a shopper puts your cover beside a competitor's, and they appear as Key terms on your own detail page.
| Field | What it is |
|---|---|
| Sum insured | The most this cover will pay out. |
| Cover period | Months. Usually 12 — travel and device cover are not. |
| Excess — fixed amount | What the insured bears on each claim. |
| Excess — percent | Or a percentage of the sum insured, as motor often uses. |
| Waiting period | Days after inception before a claim can be made. |
| Claim settlement | What you commit to once a claim is agreed. |
| Key exclusions | One per line. What this policy will not pay for. |
Fill in the sum insured, if you fill in nothing else
It decides whether your premium can be compared at all. A premium is marked best only when every cover in the table insures the same amount. Cheaper cover for less cover is not cheaper, and saying otherwise would send a buyer to a policy that will not pay their claim. So when sums insured differ — or when any of them is blank — no premium wins, and the buyer is told why.
That cuts both ways. Leave it blank and your keenly-priced cover can never be shown as the cheaper one. State it, and against a competitor charging more for the same cover, you win the row.
A blank is shown, not hidden
The two excess fields
Rows that are never a contest
The comparison page also tells buyers how complete it is — “these providers have filled in 60% of the comparable details” — so a half-filled listing is visible as one. Above the table, iqava's assistant writes a short plain-English note on what differs. It is built only from the figures you published: it explains, and it never recommends.
Pricing by vehicle value
A published price answers “from how much?”. It does not answer the question every motor buyer actually has, which is what their car costs. Publish a rate under Product Studio → Price by vehicle value and the cover page grows a calculator:
premium = max(rate% × vehicle value, minimum premium) + statutory levies
The levies — training levy, PCF and stamp duty — are added by the same code that produces a bound policy's debit note, so the figure a buyer decides on is the figure they are charged. The buyer sees the whole build-up, not just a total.
Set a minimum premium
Bounds are a referral, never a decline
Leave it blank for flat-priced cover
Publishing
draft — nobody sees it. published — live on iqava.com and in the app immediately. archived — gone from search; policies already sold are unaffected.
Before you publish, read your own detail page as a stranger on a phone:
- Does the summary say what this covers, in one line?
- Is the price the real starting price, or an optimistic one you will argue about at claim time?
- Do the highlights match the policy wording?
- Would you buy it without ringing anyone?
An unattended listing still sells
After a sale
A purchase runs in one go:
Marketplace → Orders is the seller's view of that loop. Underwriting → Policies holds the policy itself, indistinguishable from one your own team bound — same ledger treatment, same documents, same renewal path. The premium, levies and any platform fee are already posted in Finance.
Renewals happen without you
Claims answer to the date of loss
Things that catch people out
- The listing takes a snapshot. Editing the product's proposal form does not change a live listing. Update the listing to pick up the new form.
- A blank comparison field is not neutral. It reads as “Not stated” next to a competitor's number, and without a sum insured your premium can never be marked the better one.
- Taking money needs your gateway keys. Payment credentials are set per provider in the console. Without them an order stops at
AWAITING_PAYMENTand you settle it by hand — everything else in the chain still runs.
The same catalogue, over the API
GET /api/marketplace/listings, /listings/{id} including the proposal form, and POST /listings/{id}/apply. It is the surface the mobile app and partner integrations consume, so a cover published here reaches all of them at once. See Product Studio & Marketplace for the wider distribution picture.