Choose Your Integration

There are three ways to integrate. They differ on one question: how much of the purchase do you want to run yourself?

Everything else you may have heard about (co-branded checkout, pre-filled checkout, agent-operated checkout, cached search) is configuration or optimization layered on top of these three. It is not a fourth or fifth path. See what is not a choice below.

Who does what

Purple is yours. Blue is ours. Notice that Chaiz always does the quoting and always issues the contract; those are never yours to build.

Pick one

Compare

Send a Lead Search and Hand Off Full API Checkout
You build One POST A search call and a plan list UI A search call, a plan list UI, a checkout form
We handle Quoting, contacting the customer, presenting plans, payment, contract Quoting, checkout, payment, contract Quoting, payment processing, contract
API calls 1 1 2
Customer data you collect Name, email, vehicle, state, mileage Vehicle, state, mileage (contact details optional) Full contact details, billing address, card
Card data touches you Never Never Yes
PCI scope None None Yours
Where the customer ends up Their inbox, then Chaiz Chaiz checkout Your confirmation page
Time to first sale Hours Days Weeks
Best when You have traffic but no quoting UI, or you sell by phone follow-up You want the offer on your surface without owning payments You need the whole funnel branded and instrumented as yours
Guide Send a Lead Search and Hand Off Full API Checkout

Not sure? Start with Search and Hand Off. It is what most partners run, it needs one endpoint, and it keeps you out of PCI scope. You can move to Full API Checkout later without changing how you search; the search call is identical.

You can combine them

These are not exclusive at the account level, only per transaction. A common pairing is Search and Hand Off on your site for customers ready to buy, plus Send a Lead for customers who abandon, so we follow up by email instead of losing them.

What is not a choice

Several things that look like separate integrations are actually settings on your account. You do not build differently for them, and you cannot switch them on yourself. Ask your account manager or dev-support@chaiz.com.

Capability What it does How you get it
Co-branded checkout Your logo and brand color on the Chaiz checkout Account configuration
Skip the plan detail page Handoff URLs land the customer straight on checkout Account configuration
Pre-filled checkout Customer's details already filled in, so they only enter payment Send userDetails with your search. See Search and Hand Off
Agent-operated checkout Extra confirmations for a human agent buying on a customer's behalf Account configuration
Restricted catalog Only certain providers, durations, or payment terms are offered Account configuration
Cached and async search Instant results for vehicles you know about in advance Account configuration, opt-in. See Plan Search Reference

Because these are server-side, your code does not branch on them. You call the same endpoints and read the same fields; the URLs we return and the pages they open already reflect your setup.

Not writing code at all?

If you want to search and compare plans from ChatGPT, Claude, Cursor, or another AI assistant rather than building an integration, use the Chaiz MCP Server. No API key required, and no code.

Next steps

  1. Get a key and run a search: Quickstart.
  2. Open the guide for the path you picked from the table above.
  3. Skim Plan Search Reference; every path shares the same search call.