Skip to main content

Install the SDK

Choose the SolydFlow SDK that matches your application.

Supported SDKs

PlatformDocumentation
JavaScriptJavaScript SDK →
FlutterFlutter SDK →
React NativeReact Native SDK →
Swift (iOS)Swift SDK →
Kotlin (Android)Kotlin SDK →
Other LanguagesOther 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

Configure SolydFlow →


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.

Credential Security →