Testing & Go-Live
End-to-End Testing Scenarios
Test all three integration paths to ensure complete functionality:
Scenario 1: Ealyx Pay Flow
- Complete valuation process
- Add items to cart
- Select Ealyx Pay at checkout
- Complete payment in modal
- Verify order webhook triggers
- Check thank-you page display
Scenario 2: Other Payment Flow
- Complete valuation process
- Add items to cart
- Pay with credit card
- Verify purchase registration API call succeeds (
POST /register-purchase) - Check thank-you page display
Scenario 3: No Trade-in Flow
- Complete standard purchase
- Verify no Ealyx interference
Production Deployment
- Request Production Credentials: Contact Ealyx after successful testing
- Update Configuration:
- Set production URLs:
https://api.ealyx.tech,https://cdn.ealyx.tech - Update credentials in your environment variables
- Rotate tokens from sandbox to production
- Set production URLs:
- Database Migration: Ensure token storage is in production database
- Initial Production Login: Obtain production tokens using production credentials
- Go-Live Verification: Perform controlled end-to-end test transaction
- Monitor: Watch logs for errors and maintain Ealyx support contact