Logo Lanfrica
  • Accueil
  • Atlas
  • Analyses
  • Documentation
  • Sign in

© 2026 Lanfrica. Tous droits réservés. Tous les droits d'auteur des ressources affichées sur le site Web Lanfrica appartiennent aux détenteurs de droits d'auteur d'origine, sauf indication contraire explicite.

elilionel7/rave-pay-mobile-money-gh

Domaine:

socioeconomic

Type de record:

software
Créateur:
eli
Hôte:
Mobile money payment in Ghana based on rave pay # rave-pay-mobile-money-gh Mobile money payment in Ghana based on rave pay ## Usage ### Initiate Charge - `npm i rave-pay-momogh` - Get `ravePublicKey` and `raveSecretKey` from flutterwave dashboard after registering. - Create a webhook on flutterwave dashboard to send responses to after user has confirmed payments. Use that webhook url as `raveRedirectUrl` ```const raveRedirectUrl = '127.0.0.1' const ravePublicKey = 'FLWPUBK_TEST-352d05d1db792a7723959f5f5fb62fca-X' const raveSecretKey = 'FLWSECK_TEST-53843f51526db031bc35c98571cd2b4d-X' const GhMomo = require('rave-pay-momogh/services/ghMomo') const momo = new GhMomo(raveSecretKey, ravePublicKey, raveRedirectUrl) const payload = { currency: 'GHS', payment_type: 'mobilemoneygh', country: 'GH', amount: '50', email: 'user@example.com', phonenumber: '00000000', network: 'MTN', firstname: 'lio', lastname: 'gui', voucher: '128373', // only needed for Vodafone users. IP: '355426087298442', txRef: 'MC-' + Date.now(), orderRef: 'MC_' + Date.now(), is_mobile_money_gh: 1, redirect_url: 'rave-webhook.herokuapp.com', device_fingerprint: '69e6b7f0b72037aa8428b70fbe03986c' } try { const { data } = await momo.charge(payload) return res.json(data) } catch (error) { console.log(error) } ``` ### Verify Payment - Get `txRef` from the previous initiate charge endpoint ``` const txRef = 'MC-1584415630221' try { const { data } = await momo.verifyPayment(txRef) return res.json(data) } catch (error) { console.log(error) } ```

Visit

github.com

Similaires

Sannisaheedsanni/Mobile-Money-Payment-Failure-Analysis-PayFlow-GHLusnick/kianda-pay-mobile-money-analyticsnkwabena12345-source/mobile-soc-ghemmajiugo/Omnipay-Ravesublime247/mobile-moneybanta/mobile-money

Sannisaheedsanni/Mobile-Money-Payment-Failure-Analysis-PayFlow-GH

A data-driven investigation into mobile money payment failures for a Ghana-based SaaS platform — cov

Lusnick/kianda-pay-mobile-money-analytics

Analysis of a simulated mobile money operator in Angola, focused on identifying the root cause of tr

nkwabena12345-source/mobile-soc-gh

First Mobile SOC built on Termux in Ghana - WAF blocks XSS & lottery scams at 3AM -> Create (empty)

emmajiugo/Omnipay-Rave

Rave by Flutterwave integration into Omnipay. Helping Africa and the world receive payments online.

sublime247/mobile-money

A production-ready backend bridging African mobile money (MTN, Airtel, Orange) with Stellar blockcha

banta/mobile-money

This gem integrates with mobile money services in Kenya. The services include Kopo-Kopo and PesaPal