For the complete documentation index, see llms.txt. This page is also available as Markdown.

Non-API Functions

These options let you surface RentalCover on your platform without using the full REST API. They suit two scenarios:

  • Offering RentalCover to customers who completed a booking before API integration was available (e.g. via a My Bookings page).

  • Use by meta-search sites or affiliates that don't process bookings directly.

Pre-populated URL

Link customers directly to the RentalCover website with form fields pre-filled. If all fields are included, the form submits automatically.

Replace each [placeholder] with values from your booking data. Your partner_id is provided by your CSE.

Request parameters

Parameter
Type
Description

FromDate

date (yyyy-mm-dd)

Rental start date.

ToDate

date (yyyy-mm-dd)

Rental end date.

Age

integer

Primary driver age.

FirstName

string

Customer first name.

LastName

string

Customer last name.

Phone

string

Customer phone number.

Email

string (URL-encoded)

Customer email address.

CountryOfTravelCode

string

Two-letter country code for the rental destination.

CustomerCountryCode

string

Two-letter country code for the customer's home country.

Example URL

Place this logo where you offer protection. It links to RentalCover and fires a tracking impression event.

Script dependency

The window.wlt_trk function is part of the RentalCover analytics script. Ensure this script is loaded on the page before the snippet below. Contact your CSE for the script URL.

Powered by RentalCover.com

Promotional Buttons

Place these buttons in booking path pages or confirmation emails. Each links to the RentalCover quote page with the customer's details pre-filled.

HTTPS required

All href and img src values must use HTTPS. Using HTTP causes mixed-content failures in modern browsers.

Save 50% Off Insurance

“Save 50% Off Insurance” button

“Save 50% on Cover for Rental Vehicles” button

“Don’t get stuck with a $5,000 bill” button

“Save $30 per day on Rental Vehicle Cover” button

Why Pay $35 per day for Excess Reduction

“Why Pay $35 per day for Excess Reduction” button

Save 50% off Insurance

“Save 50% off Insurance” button

Powered by RentalCover.com

“Powered by RentalCover.com” button

Last updated

Was this helpful?