Fluide Group
Developer Platform

Africa's Business Infrastructure API Platform.

Build, integrate, and scale on Africa's digital trust infrastructure. APIs for business, payments, capital, and identity — all in one platform.

What is Fluide Connect?

Infrastructure APIs for the African digital economy.

Fluide Connect is a developer platform and API marketplace that enables developers, ISVs, SaaS companies, and platforms to build on Fluide's infrastructure.

RESTful APIs with full OpenAPI documentation
Real-time webhooks and event streaming
Sandbox for safe development and testing
SDKs for 6+ programming languages
connect.ts
// Initialize Fluide Connect
import { FluideClient } from '@fluide/connect';

const fluide = new FluideClient({
  apiKey: process.env.FLUIDE_API_KEY,
  environment: 'production'});

// Create a payment link
const paymentLink = await fluide.pay.createLink({
  amount: 150000,
  currency: 'XAF',
  description: 'Invoice #INV-2024-089',
});

console.log(paymentLink.url);
// https://pay.fluidegroup.com/l/abc123

Platform Capabilities

Everything you need to build on Fluide.

APIs

Business, payments, capital, and identity APIs with full OpenAPI documentation and SDKs.

Integrations

Connect third-party tools and create custom workflows with our flexible integration framework.

Marketplace

Discover, embed, and publish services in the Fluide ecosystem marketplace.

Embedded Services

White-label and co-branded Fluide services for your own products and platforms.

Developer Platform

SDKs, webhooks, sandbox environment, and comprehensive developer tooling.

Ecosystem Connectivity

Connect to partners, platforms, fintechs, and the broader African digital infrastructure.

SDK Support

Build in your preferred language.

JavaScript / TypeScript
Python
PHP
Java
Go
Ruby

Start building on Africa's digital trust infrastructure.

Get your API keys in minutes. Full sandbox access, comprehensive docs, and community support.