REST API cXML OCI

Integrate the Solution Center into Your Application

SCX is the official integration platform for embedding Matthews Aurora Solution Center product catalogs directly into your software. Give your customers seamless access to our complete product line with their custom pricing.

// Start a PunchOut session
POST /api/punchout/session
{
  "customerId": "CUST-12345",
  "serviceCenterId": "SC-001",
  "returnUrl": "https://..."
}

// Response
{
  "sessionUrl": "https://scx.../shop/...",
  "token": "abc123..."
}
                        
SCX Logo

What is SCX?

SCX (Solution Center Exchange) is a PunchOut catalog gateway that enables third-party software providers to integrate Matthews Aurora Solution Center products directly into their applications.

Whether you're building funeral home management software, procurement systems, or any application that serves our mutual customers, SCX provides the tools to offer a seamless product ordering experience.

  • Customer-specific pricing automatically applied
  • Real-time product data from Solution Center
  • Seamless cart transfer back to your application

How It Works

A simple four-step flow to integrate Solution Center into your application

1
Initiate Session

Your application sends customer credentials to SCX to start a shopping session.

2
Browse Products

User browses the Solution Center catalog with their specific pricing.

3
Build Cart

User selects products and configures quantities for their order.

4
Return Cart

Cart data is sent back to your application for order processing.

Built for Partners

Everything you need to deliver a seamless Solution Center experience

Multiple Protocols

Support for REST/JSON, cXML, and OCI protocols. Use whichever fits your technology stack best.

Flexible Pricing Control

Import pricing directly from Solution Center, upload custom CSV pricing, or override individual product prices per customer.

Catalog Type Selection

Control which product categories each customer can browse. Show caskets only, urns only, or the full catalog based on customer needs.

Customer Mapping

Map your customer IDs to Matthews account numbers with auto-detection of service centers. Seamless account validation and linking.

Solution Center Integration

Automatically link to existing Solution Center accounts. Import established pricing with one click when customer accounts are detected.

Self-Service Portal

Manage everything through an intuitive portal: customers, pricing, catalog access, service centers, and API configuration.

Analytics Dashboard

Track session activity, conversion rates, top products, and customer behavior with real-time analytics and reporting.

Custom Branding

White-label the catalog with your logo, colors, welcome message, and custom CSS. Make it look like your own product.

Real-Time Webhooks

Receive instant notifications for session events, cart updates, and more. HMAC-signed payloads with automatic retry delivery.

Partner Portal

Complete Control Over Customer Experience

The SCX Partner Portal gives you granular control over how each customer interacts with the Solution Center catalog.

  • $
    Custom Pricing

    Set custom prices per customer. Import from Solution Center or CSV, or manually adjust pricing.

  • Catalog Filtering

    Choose which catalog types each customer sees. Caskets, urns, keepsakes, or any combination.

  • Product Visibility

    Hide specific products from a customer's view. Complete control over what they can order.

  • Multi-Location Support

    Map multiple service centers per customer with location-specific pricing.

Solution Center Linked
// Customer configuration in portal
{
  "customerId": "ACME-FUNERAL",
  "matthewsAccount": "123456",
  "solutionCenterLinked": true,
  "catalogs": ["Caskets", "Urns"],
  "customPricing": {
    "source": "SolutionCenter",
    "overrides": 12
  }
}
                            
New Features

Your Brand, Your Experience

Make the SCX catalog look and feel like your own product. Full branding control with real-time analytics to track performance.

Custom Logo

Your logo in the catalog header

Brand Colors

Primary, secondary & accent

Custom CSS

Advanced styling control

Analytics

Sessions, conversions & more

Branding Preview
Your Company Logo
Cart (3)
Welcome to our exclusive product catalog!
Product A
$299
Product B
$449
Contact: support@yourcompany.com Powered by SCX
Real-Time Events

Stay in Sync with Webhooks

Get instant notifications when events occur in your PunchOut sessions. No polling required - we'll push updates to your server as they happen.

Session Started

When a user begins shopping

Session Completed

Cart returned to your app

Cart Updated

Items added or removed

HMAC Signed

Verify payload authenticity

Webhook Payload
// POST to your webhook URL
// Headers:
//   X-SCX-Signature: sha256=a1b2c3...
//   X-SCX-Event: session.completed

{
  "id": "d4e5f6...",
  "event": "session.completed",
  "timestamp": "2025-12-31T14:30:00Z",
  "data": {
    "sessionId": "abc123",
    "customerId": "CUST-001",
    "items": [
      { "sku": "URN-100", "qty": 2 }
    ],
    "subtotal": 598.00
  }
}
                            

Built for Software Partners

If you're building software for the funeral industry, SCX lets you offer your customers direct access to Matthews Aurora Solution Center products without leaving your application.

100%
Product Coverage
3
Protocol Options
Ideal for:
  • Funeral Home Management Software
  • E-Procurement Platforms
  • ERP & Business Systems
  • Custom Internal Applications
  • Any Software Serving Our Mutual Customers

Ready to Integrate?

Join our partner program and give your customers seamless access to Matthews Aurora Solution Center products.

An unhandled error has occurred. Reload X

Rejoining the server...

Rejoin failed... trying again in seconds.

Failed to rejoin.
Please retry or reload the page.

The session has been paused by the server.

Failed to resume the session.
Please reload the page.