moneroo-integration

Integrate Moneroo Mobile Money payments for MTN, Orange, Wave, and Flooz.

2|1|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/aboudou-cto-bloko/pixelmart --skill moneroo-integration
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: moneroo-integration
Source: https://github.com/aboudou-cto-bloko/pixelmart/tree/main/.claude/skills/moneroo-integration
Command: npx skills add https://github.com/aboudou-cto-bloko/pixelmart --skill moneroo-integration

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Pixel-Mart needed a reliable, secure way to accept Mobile Money payments across West Africa, integrate them into checkout, and handle asynchronous webhook events without custom ad-hoc code.

Core Features & Use Cases

  • End-to-end Moneroo integration for MTN Mobile Money, Orange Money, Wave, and Flooz, including payment initiation, redirects, and status updates.
  • Webhook-driven reconciliation with idempotent processing to prevent duplicate payments and ensure order correctness.
  • Configurable, secure setup using environment variables and Convex actions to manage payments for orders and ad bookings.

Quick Start

Integrate Moneroo by wiring the initiatePayment action and webhook handlers into your order and checkout flows.

Frequently Asked Questions about moneroo-integration

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I integrate Moneroo to accept Mobile Money payments in checkout?

Moneroo integration supports MTN Mobile Money, Orange Money, Wave, and Flooz across West Africa, handling payment initiation, redirects, and status updates directly within your checkout flow.

How does webhook verification work for Moneroo payment processing?

Webhook-driven reconciliation processes asynchronous payment events with idempotent checks to prevent duplicate payments, ensuring order correctness and secure status updates without custom ad-hoc code.

Can I use Moneroo to process refunds for MTN Mobile Money and Orange Money orders?

Yes, the end-to-end Moneroo integration supports refund workflows alongside payment initiation for MTN Mobile Money, Orange Money, Wave, and Flooz, managing transactions securely across West Africa.

What is the best way to securely configure Moneroo payment integration?

The best way to securely configure Moneroo integration is by using environment variables and Convex actions to manage payments for orders and ad bookings without exposing sensitive credentials.

Does Moneroo integration handle idempotent processing to prevent duplicate payments?

Yes, Moneroo integration uses webhook-driven reconciliation with idempotent processing to prevent duplicate payments and ensure order correctness during asynchronous payment status updates.

Why do I need webhook handlers for West Africa Mobile Money checkout?

Webhook handlers are required because Mobile Money payments across West Africa are asynchronous, requiring webhook verification and error handling to properly reconcile order statuses and manage redirects.