Logo Lanfrica
  • Home
  • Atlas
  • Insights
  • Docs
  • Sign in

© 2026 Lanfrica. All rights reserved. All copyrights of the resources shown on the Lanfrica website belong to the original copyright holders, unless explicitly stated otherwise.

francedermaz/openbank-africa-sdk

Domain:

digital infrastructure

Record type:

software
Creator:
fra
Host:
The open-source React Native SDK for African mobile money & open banking APIs (MTN MoMo adapter first) # OpenBank Africa SDK > The open-source React Native SDK for African mobile money & open banking APIs. **First adapter:** MTN Mobile Money (MoMo) API — Rwanda, with an architecture ready to add Airtel Money and banks later. ## Status ✅ **Collections** — Request to Pay, transaction status, balance. Validated end-to-end against the real MTN sandbox. ✅ **Disbursements** — Transfer, transfer status, balance, account-holder validation. See `docs/spec.md` for the full technical spec (architecture, endpoints, types, checklist). > **Upgrading from 0.2.x?** The config changed shape. Per-product credentials now live under `products.*` because Collections and Disbursements are separate subscriptions in the MoMo portal, each with its own primary key. See Migrating from 0.2.x. ## Requirements - Node.js 18+ (needs global `fetch`), or a React Native runtime with `fetch`/`AbortController` available (0.71+). - No runtime dependencies — the SDK ships with none, so it doesn't add anything to your dependency tree. ## Installation ```bash npm install openbank-africa-sdk ``` ## Usage Collections and Disbursements are **separate product subscriptions** in the MoMo portal, each issuing its own primary key. Configure the ones you use — at least one is required. ```typescript import { OpenBankClient } from 'openbank-africa-sdk'; const client = new OpenBankClient({ adapter: 'mtn-momo', environment: 'sandbox', callbackHost: 'my-app.com', products: { collections: { subscriptionKey: process.env.MTN_COLLECTIONS_KEY ?? '' }, disbursements: { subscriptionKey: process.env.MTN_DISBURSEMENTS_KEY ?? '' }, }, }); await client.authenticate(); // authenticates every configured product ``` ### Collections — charge a user ```typescript const payment = await client.collections.requestToPay({ amount: 5000, currency: 'RWF', phoneNumber: '250788123456', // the party being charged externalId: 'order-123', payerMessage: 'Payment for order #123', }); const status = await cli …

Visit

github.com

Tags

africadisbursementsfintechmobile-moneymomo-apimtn-momoopen-bankingpaymentsreact-nativerwanda+2

Licenses

MIT

Similar

dahlinomine/africa-fintech-sdkdahlinomine/stablecoin-sdk-africadahlinomine/stablecoin-africa-sdkSHIFTECH-AFRICA/pesapal-sdkLipad-Africa-Limited/python-sdkLipad-Africa-Limited/php-sdk

dahlinomine/africa-fintech-sdk

A unified Python library for integrating mobile money APIs (M-Pesa, Flutterwave) with stablecoin set

dahlinomine/stablecoin-sdk-africa

An SDK optimized for high-latency mobile networks to facilitate cross-border stablecoin payments in

dahlinomine/stablecoin-africa-sdk

A unified API for integrating USDC/PYUSD payments across major African mobile money providers like M

SHIFTECH-AFRICA/pesapal-sdk

# Shiftech Africa Pesapal Laravel SDK A production-grade Laravel SDK for Pesapal API 3.0 hosted pay

Lipad-Africa-Limited/python-sdk

# Lipad Python SDK ## Introduction The Lipad Python SDK facilitates the integration of Lipad's Dir

Lipad-Africa-Limited/php-sdk

# Lipad SDK Usage Guide ## Introduction The Lipad SDK for PHP facilitates the integration of Lipad