Authorised and Regulated by the Financial Services Authority.
As well as having an Affiliate system we can provide an XMl feed for travel insurance to our partners who do larger volumes . The XML feed is where you set up a quote application yourself , once the user clicks for a quote after entering their details , the xml calls our server and returns a quote to your website . This means that you do not have to load all the rates , policy and cover data to your site as it is sent and updated from ours
XML is Extensible MarkUp Language , it allows information to be processed on websites irrespective of the programming platform they are written and hosted in , be it asp , php , perl .net , windows or Unix
This is extremely popular with brokers and travel insurance comparison engines as it is easy to implement and the conversion percentage from quotes is much higher . The reason for this is once you come through to order you do not like a lot of comparison websites have to re-enter your quote .
Also much of your personal data is pre populated in the order fields as well which reduces time for the user as well as duplicate entries
The options to use our xml are
We have xml feeds for the three main products together
This means you can set up quote engines on different pages of your site with different products
We have a technical manual of over 40 pages which gives examples and is an easy step by setup guide to set it up on your site
We have a testing area where we can help with your integration , this is really useful should there be any problems during integration
See example of our xml below:
<?xml version="1.0"?> <methodCall> <methodName>TravelInsurance.getQuote</methodName> <params> <param> <value><struct> <member><name>resident_country_id</name> <value><int>246</int></value> </member> <member><name>affiliate_id</name> <value><string>12345</string></value> </member> <member><name>password</name> <value><string>abcdefg</string></value> </member> <member><name>trip_type_id</name> <value><int>1</int></value> </member> <member><name>party_type_id</name> <value><int>1</int></value> </member> <member><name>date_from</name> <value><string>22/01/2008</string></value> </member> <member><name>date_to</name> <value><string>28/01/2008</string></value> </member> <member><name>ages</name> <value><array> <data> <value><int>25</int></value> <value><int>26</int></value> <value><int>27</int></value> </data> </array></value> </member> <member><name>region_id</name> <value><int>2</int></value> </member> </struct></value> </param> </params> </methodCall>
Should you wish to discuss implementing our XML feed onto your site , please contact us
Chris Hollingsworth
Jade Stanley Ltd
Tower Point
44 North Road
Brighton
East Sussex
BN1 1YR
01273 666 364