MonCashConnect is the MonCash payment infrastructure for accepting payments on your website, app, or store in Haiti.
REST API • Secure webhooks • Merchant dashboard
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"
}'< 5 min
Avg setup
99.9%
Uptime
1.5%
Commission from
HMAC-SHA256
Signed webhooks
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
Good to know
Everything you need to accept MonCash on a website: clean REST API, signed webhooks, full dashboard.
Clear JSON endpoints: create a payment, check status, list transactions. No SOAP, no XML.
Receive every payment event with a SHA-256 signature, anti-replay via 5-min timestamp.
Track payments, balances, withdrawals, and conversions in real time. Filter, export to CSV.
Request a withdrawal from your balance. Approved and sent to your MonCash number.
WordPress / WooCommerce first, then Shopify and Magento. No more lines of code to write.
Admin action audit log, Postgres RLS for data isolation, AES-256-GCM encrypted secrets.
From account creation to your first MonCash payment in under 10 minutes.
01
Sign up for free and access the dashboard in seconds.
02
Create a project, copy your sk_proj_… key, and add your authorized domains.
03
Call /pay-create from your code, receive the webhook, credit your customer.
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.
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",
}),
});Pas de frais cachés, pas de minimum, pas d'engagement. Tarification transparente en HTG, annulable à tout moment.
Que vous codiez en solo ou que vous gériez 50 clients, MonCashConnect s'adapte.
Vous codez en Node, Python ou PHP. Vous voulez encaisser MonCash dans votre app sans batailler.
Vous gérez plusieurs clients e-commerce. Centralisez les intégrations MonCash pour tous.
Vous facturez vos abonnements en HTG. Automatisez la facturation et les renouvellements.
Le plugin officiel s'installe en un clic. Vos clients paient en MonCash, vous recevez les fonds.
Fonctionne avec votre stack
API REST standard — si votre langage fait des requêtes HTTP, ça marche. Voir les guides d'intégration →
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.