🚀 API v2.0

Powerful API for developers

Integrate payments in just a few lines of code. Modern, documented and easy-to-use REST API.

View documentation Get your API keys

Quick Start

const response = await fetch('https://api.iziflow.com/v2/payments', { method: 'POST', headers: { 'Authorization': 'Bearer YOUR_SECRET_KEY', 'Content-Type': 'application/json' }, body: JSON.stringify({ amount: 5000, currency: 'XOF', method: 'orange_money', customer: { phone: '+221701234567', email: '[email protected]' } }) }); const payment = await response.json(); console.log(payment);

Official SDKs

Libraries maintained by Izi Flow for even faster integration

🐘

PHP

Composer package

composer require iziflow/php-sdk
🟨

JavaScript

NPM package

npm install @iziflow/sdk
🐍

Python

PyPI package

pip install iziflow

Java

Maven Central

com.iziflow:sdk
API ecosystem

API Features

A universe of capabilities built to simplify your integrations, from sandbox to webhooks.

REST API
Reliable, easy-to-integrate endpoints.
🔔
Webhooks
Real-time notifications for every event.
🧪
Sandbox
Free sandbox to test with confidence.
📖
Documentation
Clear guides and quick examples.
🔒
Sécurité
Advanced security and built-in compliance.
🌍
Multi-pays
Multi-currency and international support.