Feature Comparison Matrix
The table below outlines which actions and resources are isolated per environment versus those that persist globally across your entire account infrastructure:| Platform Feature Element | Test Mode | Live Mode | Is Environment Dependent? |
|---|---|---|---|
| Create Products (One-Time / Subscription) | ✓ | ✓ | YES (Data Isolated) |
| Generate Link-to-Checkout Uniforms | ✓ | ✓ | YES (Data Isolated) |
| Simulate Payment Rails (Cards, Wallets) | ✓ | ✗ | YES (Data Isolated) |
| Process Real Financial Transactions | ✗ | ✓ | YES (Data Isolated) |
| Issue Refunds & Cancellations | ✓ (Simulated) | ✓ (Real) | YES (Data Isolated) |
| Access Transaction Ledger & History | ✓ (Simulated) | ✓ (Real) | YES (Data Isolated) |
| Download Compliance Invoices | ✓ (Simulated) | ✓ (Real) | YES (Data Isolated) |
| Generate Cryptographic API Keys | ✓ | ✓ | YES (Data Isolated) |
| Configure Webhook Endpoints | ✓ | ✓ | YES (Data Isolated) |
| Trigger Live Transaction Emails | ✗ | ✓ | YES (Data Isolated) |
| Link Corporate / Regional Bank Accounts | ✗ | ✓ | YES (Data Isolated) |
| Business / KYC Profile Verification Documents | ✗ | ✓ | YES (Data Isolated) |
| Customize Branding Templates | ✓ | ✓ | NO (Global Persistence) |
| Access Platform Live Customer Support | ✓ | ✓ | NO (Global Persistence) |
Environment Dependencies Explained
1. Environment Dependent Data (Isolated Layers)
All data structures flagged as Environment Dependent maintain completely isolated cryptographic database tables. Any state modification executed in Test Mode has zero impact on Live Mode.- API Keys & Webhooks: An API key generated with a
sk_test_...prefix or a webhook registered in Test Mode will fail instantly if targeted against live system routes, and vice versa. - Product Catalogs: Products built in Test Mode live exclusively within your test stack. Solifyn provides an inline “Copy to Live Mode” action button within your dashboard to easily duplicate a verified product architecture into your production environment with one click.
2. Environment Independent Data (Global Persistence)
Features flagged as Environment Independent share a unified global persistence layer across your account profile. Data provided in one mode reflects instantly in the other.- KYC & Compliance Profiles: All identity verification files, corporate registration documents, and destination bank routing details are shared globally. You do not need to resubmit compliance verification data when switching modes.
API & Server Hostnames
To point your application architecture or code integrations to the proper operational environment, route your backend requests to the corresponding base API hostnames:- Test Mode Endpoint Gateway:
https://sanbox-api.solifyn.com - Live Mode Endpoint Gateway:
https://api.solifyn.com