Independent platform • MonCash payment API

MonCashConnect — MonCash API for online payments

MonCashConnect is the MonCash payment infrastructure for accepting payments on your website, app, or store in Haiti.

REST API • Secure webhooks • Merchant dashboard

payment.sh
curl -X POST https://hvlmeoqyxaguzcujpmit.supabase.co/functions/v1/pay-create
  -H "Authorization: Bearer sk_proj_xxx"
  -H "Content-Type: application/json"
  -d '{
    "amount": 500,
    "referenceId": "order_42",
    "returnUrl": "https://votre-site.com/merci"
  }'
MonCashConnect takes zero commission. Deposit (2.9%) and cashout (5%) fees come from third-party providers.
Sandbox

Try Sandbox before going live

Build your MonCash integration in a test environment — no real money, no real transactions. When you're ready, swap two environment values to go live. Zero code changes.

< 5 min

Avg setup

99.9%

Uptime

1.5%

Commission from

HMAC-SHA256

Signed webhooks

Why MonCashConnect

The official MonCash merchant registration is closed or inaccessible to most independent developers. And even when it's open, it's complex OAuth, tokens to refresh, unsigned webhooks, and scattered documentation. MonCashConnect is the gateway that fixes that — you call /pay-create and get paid. Built in Haiti, for Haitian merchants and SaaS.

What we are

A modern payment gateway for MonCash — REST API + signed webhooks
A merchant dashboard, every transaction tracked in real time
A merchant balance tracked to the gourde, withdrawable to your MonCash anytime
A technical layer built on top of MonCash, Digicel's mobile-money service
An independent platform, built for developers and merchants

Good to know

Your payments flow through MonCash (Digicel), the mobile-money operator
Every transaction is traced, and your withdrawals go to your own MonCash number
We don't replace the MonCash app: for your personal account, keep Digicel's official app
Independent company: we provide the tooling, MonCash runs the payment rail
Features

Payments, webhooks, and real-time tracking

Everything you need to accept MonCash on a website: clean REST API, signed webhooks, full dashboard.

Simple REST API

Clear JSON endpoints: create a payment, check status, list transactions. No SOAP, no XML.

HMAC-signed webhooks

Receive every payment event with a SHA-256 signature, anti-replay via 5-min timestamp.

Full dashboard

Track payments, balances, withdrawals, and conversions in real time. Filter, export to CSV.

MonCash withdrawals

Request a withdrawal from your balance. Approved and sent to your MonCash number.

Ready-to-use plugins

WordPress / WooCommerce first, then Shopify and Magento. No more lines of code to write.

Compliant & auditable

Admin action audit log, Postgres RLS for data isolation, AES-256-GCM encrypted secrets.

Steps

How it works

From account creation to your first MonCash payment in under 10 minutes.

01

Create an account

Sign up for free and access the dashboard in seconds.

02

Get your API key

Create a project, copy your sk_proj_… key, and add your authorized domains.

03

Get paid

Call /pay-create from your code, receive the webhook, credit your customer.

For developers

An API built for developers

REST + JSON. Explicit error messages. Standard HTTP codes. Idempotency on transaction creation. The payment solution built for Haitian developers — you already know how it works.

  • Simple Bearer token authentication
  • Clear rate limit (60 req/min/key)
  • Webhooks with automatic retries
  • Sandbox + production via the same endpoint
POST /pay-create
fetch("https://hvlmeoqyxaguzcujpmit.supabase.co/functions/v1/pay-create", {
  method: "POST",
  headers: {
    "Authorization": `Bearer ${process.env.MCC_KEY}`,
    "Content-Type": "application/json",
  },
  body: JSON.stringify({
    amount: 500,
    referenceId: "order_42",
    returnUrl: "https://shop.example/merci",
  }),
});
Tarifs

Tarifs simples pour marchands haïtiens

Pas de frais cachés, pas de minimum, pas d'engagement. Tarification transparente en HTG, annulable à tout moment.

Free

Découverte & prototypes

Gratuit
pour toujours
  • 1 projet API
  • Retrait MonCash : 1 000 HTG / jour
  • Envois entre comptes : 5 000 HTG / jour (max 1 000 HTG par envoi)
  • Webhooks signés HMAC
  • Support communautaire
Populaire

Pro

Développeurs multi-projets

2 500
HTG / mois
  • 3 projets API
  • Retrait MonCash : 15 000 HTG / jour
  • Envois entre comptes : 15 000 HTG / jour
  • Webhooks signés HMAC
  • Tableau de bord avancé
  • Support prioritaire

Business

Agences et e-commerce

5 000
HTG / mois
  • 5 projets API
  • Retrait MonCash : illimité
  • Envois entre comptes : illimité
  • Webhooks signés HMAC
  • Tableau de bord avancé
  • Support 24/7
  • Export CSV

Lifetime

Entreprises long terme

35 000
HTG · unique
  • Projets illimités
  • Retrait MonCash : illimité
  • Envois entre comptes : illimité
  • Webhooks signés HMAC
  • Tableau de bord avancé
  • Support à vie
  • Paiement unique
Commission appliquée sur chaque transaction encaissée. Aucun frais sur les retraits.
Pour qui

Conçu pour l'écosystème haïtien

Que vous codiez en solo ou que vous gériez 50 clients, MonCashConnect s'adapte.

Développeurs

Vous codez en Node, Python ou PHP. Vous voulez encaisser MonCash dans votre app sans batailler.

Agences web

Vous gérez plusieurs clients e-commerce. Centralisez les intégrations MonCash pour tous.

SaaS haïtiens

Vous facturez vos abonnements en HTG. Automatisez la facturation et les renouvellements.

Boutiques WooCommerce

Le plugin officiel s'installe en un clic. Vos clients paient en MonCash, vous recevez les fonds.

Fonctionne avec votre stack

React / Next.jsVue / NuxtLaravel / PHPDjango / PythonNode.js / ExpressWordPress / WooCommerceShopifyRuby on Rails

API REST standard — si votre langage fait des requêtes HTTP, ça marche. Voir les guides d'intégration →

FAQ

Frequently asked questions

If your question isn't here, reach out — we respond quickly.

Notice: MonCashConnect is an independent payment gateway for developers — not the official Digicel MonCash app. Not affiliated with Digicel Group, MonCash, or Natcom. For your personal MonCash wallet, use the official Digicel app. MonCash is a trademark of its respective owner.

Ready to accept MonCash payments?

Create your free account and integrate in under an hour.