Skip to main content
Solifyn provides a dual-environment framework—Test Mode and Live Mode—allowing you to develop, iterate, and validate your integration without risking real-world financial assets or disrupting live operational data. Unlike rigid legacy sandbox networks that require entirely separate user credentials, Solifyn allows you to toggle environments directly from your unified dashboard instance via the environment switcher.

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 ElementTest ModeLive ModeIs Environment Dependent?
Create Products (One-Time / Subscription)YES (Data Isolated)
Generate Link-to-Checkout UniformsYES (Data Isolated)
Simulate Payment Rails (Cards, Wallets)YES (Data Isolated)
Process Real Financial TransactionsYES (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 KeysYES (Data Isolated)
Configure Webhook EndpointsYES (Data Isolated)
Trigger Live Transaction EmailsYES (Data Isolated)
Link Corporate / Regional Bank AccountsYES (Data Isolated)
Business / KYC Profile Verification DocumentsYES (Data Isolated)
Customize Branding TemplatesNO (Global Persistence)
Access Platform Live Customer SupportNO (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