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..."
}

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
Initiate Session
Your application sends customer credentials to SCX to start a shopping session.
Browse Products
User browses the Solution Center catalog with their specific pricing.
Build Cart
User selects products and configures quantities for their order.
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.
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.
// Customer configuration in portal
{
"customerId": "ACME-FUNERAL",
"matthewsAccount": "123456",
"solutionCenterLinked": true,
"catalogs": ["Caskets", "Urns"],
"customPricing": {
"source": "SolutionCenter",
"overrides": 12
}
}
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.
Your logo in the catalog header
Primary, secondary & accent
Advanced styling control
Sessions, conversions & more
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.
When a user begins shopping
Cart returned to your app
Items added or removed
Verify payload authenticity
// 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.
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.