This section documents use-cases about embedding quote and purchase paths and providing a more tightly integrated user experience, allow for improved user experience and increased conversion rates.
This can be used to support both standalone sales funnels as well as integration into bundled sales opportunities.
To get started with a basic quote request the following request can be sent to the Quotes API with a simple sample request. This will return a list of plans available for this quote request:
There are two quote types supported to retrieve single trip and annual multi-trip plans:
A sample request is shown below, note that country codes are defined in the Country list API
To set a specific plan on subsequent quote requests, which should be done before selecting additional options you can set the plan Id in the subsequent requests to be:
The planId will be specific to the brand code and specific products offered, it is recommended to retrieve this dynamically and not hard code it in the API integration.
Quote stages can be used to set stages in the quote, these can be useful for restoring the position
You can retrieve the policy number to display to the customer returned from the API upon purchase by utilising the policyNumber attribute returned as part of the response of the Purchase API.
An example return response showing an example of the policyNumber attribute been returned by the purchase API call is shown below:
The sequence flow for retreiving a quote is typically the following. The sequence is the following:
The following sequence can be used to retrieve product benefits. It can include the following information:
To access plan benefits it is recommend using the Product benefits by Plan API. The plan ID parameter is passed back from the Quote response and applies to the individual plan documenting the detailed benefit and limits available.
This can be used to avoid hard coding benefit limits in integrated purchase paths.
To provide detailed policy specific documentation, including product disclosure statements, the Products API can be used to provide contextual links to display to the customer. To access policy wording for a choosen insurance contract you can access it by going to PDS link.
It is recommended that a URL redirect be introduced to support medical screening of pre-existing conditions if this capability is required.
To accept terms and conditions it is advisible to use the property “hasAcceptedTermsAndConditions” and set it to “true” in the Quote input Request. Note that this value should be set to true once all the T&C’s options are selected by the user.
In order to support the hosted purchase path usecases to retrieve a quote, then are few steps to follow. The potential usecases are:
The example redirect URL will be like below:
We recommend to make use of the interchange token end point to retrieve a Quote object for the token.
The sample response is here: