🚀 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 Features

A complete ecosystem built for developers