Create a Project
A SolydFlow project represents a single application or revenue environment.
Each project has its own:
- Payment providers
- Products and Packages
- API keys
- Webhooks
- Transactions
- Revenue configuration
For example:
SolydFlow
│
├── School App
├── SaaS Platform
└── Mobile App
Each project is managed independently while remaining under the same SolydFlow account.
Before You Begin
You'll need a SolydFlow account.
If you don't have one yet, create one from the SolydFlow Console.
Create Your Project
- Sign in to the SolydFlow Console.
- Open Projects.
- Click Create Project.
- Enter your project name.
- Choose the environment.
- Create the project.
Once created, you can begin configuring your revenue infrastructure.
Choose an Environment
Every project includes two environments:
Sandbox
↓
Build & Test
↓
Live
Use Sandbox while developing and Live when you're ready to process real transactions.
Important: Never use Live credentials during development.
Project Credentials
Each project includes its own API credentials.
Use:
- Sandbox credentials for testing
- Live credentials for production
Keep secret credentials on your backend and never expose them in client-side applications.
What's Next?
After creating your project, the typical setup is:
Create Project
↓
Connect Payment Provider
↓
Create Product
↓
Create Package
↓
Create Entitlement
↓
Install SDK
↓
Test in Sandbox
Each step has its own guide:
Multiple Projects
Create separate projects for different applications.
For example:
Your Account
│
├── SolydHome
├── SolydGuide
├── Client Portal
└── Mobile App
Each project has its own transactions, providers, credentials, and revenue configuration.