Intro to quotes
"Quotes" are what we usually refer to when we answer the question "how much does this insurance cost?" In more technical terms, a "quote" is a combination of coverages & prices.
Use the quotes
endpoint to get a a list of insurance quotes for a given product. Each quote also returns a URL so that your customers can complete their insurance purchase on super.mx.
What's the user experience?
If your user follows the url returned for a quote
, he or she will be redirected to super.mx to complete their insurance purchase.
They will see a simplified version of the super.mx experience that takes into account all of the information you have told us about them.
How much information should I send?
You are only required to send the minimum amount of information that is required for you to get a quote. In the case of life insurance, this is the product
, the customer's date_of_birth
, and their sex_at_birth
.
However, we strongly recommend that you send as much information about the customer as you have available, since it will result in a smoother user experience for your users.
Updated about 2 years ago