Install the SDK
Choose the SolydFlow SDK that matches your application.
Supported SDKs
| Platform | Documentation |
|---|---|
| JavaScript | JavaScript SDK → |
| Flutter | Flutter SDK → |
| React Native | React Native SDK → |
| Swift (iOS) | Swift SDK → |
| Kotlin (Android) | Kotlin SDK → |
| Other Languages | Other Languages → |
JavaScript Example
Install the JavaScript SDK with npm:
npm install solydflow-js
Import it into your application:
import { SolydFlow } from "solydflow-js";
See the JavaScript SDK → for the complete API.
After Installation
Once the SDK is installed, configure it with your SolydFlow project.
Create Project
↓
Install SDK
↓
Configure SolydFlow
↓
Make Your First Purchase
Keep Credentials Secure
Use the correct API key for the environment you're working in.
Sandbox → Development & Testing
Live → Production
Never expose:
- Secret API keys
- Payment provider credentials
Configure provider credentials through the SolydFlow Console.