Skip to main content

Shopper Journey Implementation

The Shopper Journey consists of multiple phases that guide customers from discovering trade-in options to completing their purchase. The journey has a common path for all integrations, followed by a bifurcation depending on which payment method you choose to support.

Integration Paths

Choose Your Integration

These paths are NOT mutually exclusive

You can implement Ealyx Pay, Other Payment Methods, or both. Many merchants choose to offer both options to their customers.

PathWhat HappensCustomer ExperienceYour Effort
Ealyx PayEalyx processes the payment with trade-in discount applied instantlyCustomer pays reduced price at checkoutMedium (webhook integration)
Other MethodsYour payment gateway processes full price, Ealyx sends cashback laterCustomer pays full price, receives refund in 1-5 daysLow (API call after order)
BothCustomer chooses at checkoutBest of both worldsMedium+

Documentation Structure

  1. Common Phases - Start here. Covers Phase 1 (Discovery) and Phase 2 (Valuation). Required for all integrations.

  2. Ealyx Pay Integration - Phase 3a + Phase 4. Implement this if you want Ealyx to process payments with instant discounts.

  3. Other Payment Methods - Phase 3b only. Implement this if you want to use your existing payment gateway with cashback.

Quick Start by Use Case

"I want the simplest integration" → Implement Common Phases + Other Methods

"I want instant discounts for customers" → Implement Common Phases + Ealyx Pay

"I want to offer customers a choice" → Implement Common Phases + Ealyx Pay + Other Methods