Spot User Experience

Overview

The information you send in each quote request directly shapes what your customers see across Spot’s UX - from confirmation emails to their coverage dashboard to the refund experience. Accurate field mapping (especially cartName, productName, and participantDescription) ensures customers always recognize what they purchased and can manage their coverage without confusion.

Below is a quick guide to where your quoting data appears throughout the customer journey.

Confirmation Email

After a customer completes checkout with Spot coverage, and you accept the associated quote(s), we send them a confirmation email summarizing:

Spot Confirmation Email
  • Cart Name: The cartName associated with the cartId in your quote requests - there is one email sent per cartId
  • Product Name(s): The productName of each item in the cart
  • Product Value: The productPrice of each item in the cart
  • Cancellation Deadline(s): These are calculated based on each item's startDate and the terms of its associated Spot offer

Partners should map fields that customers would expect to see in a receipt-style confirmation.

My Account Dashboard

Customers can view their active coverages anytime in their Spot account. Each coverage card includes:

Spot My Account Dashboard
  • Cart Name: The cartName associated with the cartId in your quote requests - there is one coverage card per cartId
  • Purchaser: The purchaser passed when you accept the quote
  • Purchase Date: The date on which you successfully accept the quote

These details help customers distinguish between multiple purchases. Clean, human-readable values mapped into the quote request make this view more intuitive.

Refund Experience

When a customer files a refund request, Spot uses your quote fields to contextualize which item the refund applies to:

Spot Refund Experience
  • If multiple items were purchased in a single checkout (cartId shared across items), the customer sees a list labeled with your productName + participantDescription, making it easy to select the correct item
  • If only one item was purchased, we skip item selection and move them straight to submission

Providing clear per-item values directly reduces customer support volume and refund mistakes.


Did this page help you?