Fiscal collection
Tax, VAT and customs collection via Mobile Money, card or branch · plugged into the national fiscal backbone.
AkieniPay aggregates Mobile Money, cards, transfers and cash points behind a single API · with automatic reconciliation, idempotent webhooks and PCI-DSS / BEAC compliance. One integration, every channel.
In the region, collecting payments means integrating 6–10 providers (MTN, Airtel, Visa, MasterCard, XAF bank transfers, cash points…). AkieniPay gives you one API, one dashboard and one support team.
Not just an aggregator: everything you need to operate, reconcile and audit collections at scale.
Idempotent endpoints, HMAC signing, exponential retries, unlimited sandbox.
Real-time dashboards, CSV/PDF exports, fine-grained roles, full audit log.
T+0 match across channels, bank accounts and back-office · alerts on gaps.
Disbursements to Mobile Money and bank accounts, in batch or one-shot.
Rules, velocity checks, negative lists, scoring · tunable without redeploys.
Double-entry, multi-currency, OHADA-ready exports for your auditors.
A single integration unlocks every channel. We handle the complexity on the operator, bank and regulator side.
Your back-end calls POST /payments with amount, channel and idempotency key.
The engine picks the operator, applies your rules and sends the request.
You receive the status (success / fail) over an HMAC-signed webhook · auto retries.
Funds disbursed to your account, auto reconciliation, accounting entries posted.
Online merchants, state operators, NGOs and sovereign services · AkieniPay collects for all, with the same API quality.
Tax, VAT and customs collection via Mobile Money, card or branch · plugged into the national fiscal backbone.
Water, electricity, telecom · bill payment at branches, on web or via USSD, with automatic bank reconciliation.
Drop-in checkout, 3DS support, split payments, T+1 merchant payouts.
REST API documented as OpenAPI, SDKs in PHP / Node / Go / Python, unlimited sandbox, keypair issued 30 seconds after signup.
// Initiate a Mobile Money charge POST https://api.akienipay.com/v1/payments Authorization: Bearer ak_live_… Idempotency-Key: ord_8421-2026-05-15 { "amount": 25000, "currency": "XAF", "channel": "mtn_momo", "customer": { "msisdn": "+242066123456" }, "reference": "INV-2026-00482", "webhook": "https://acme.cg/hooks/akienipay" } → 202 Accepted { "id": "pay_01HX0…", "status": "pending", "hint": "Approve on the customer's handset" }
Guided demo, instant sandbox keys, direct technical support from the team that built the product.