Core Platform

Unified API. Powerful Features.

Maripay abstracts away the complexity of managing integrations with multiple payment providers. One API to rule them all.

curl -X POST https://api.maripaypay.com/v1/payments \
  -H "Authorization: Bearer sec_key_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "amount": 25000,
    "currency": "UGX",
    "gateway": "auto",
    "customer": {
      "email": "customer@example.com",
      "phone": "+256700000000"
    },
    "metadata": {
      "order_id": "order_983719"
    }
  }'

Unified API Endpoint

Integrate a single REST API to accept mobile money (MTN, Airtel) and bank gateway payments. Never rewrite integration layers again.

Smart Gateway Routing

Maripay continuously tracks network latency, transaction success rates, and gateway fees to route payments optimally in real time.

Auto-Failover Logic

If an upstream payment gateway goes down, Maripay automatically retries the payment through a live backup channel within milliseconds.

Instant Reconciliations

A double-entry ledger is updated automatically using provider webhooks. Download audit logs and transaction balances instantly.

Granular Webhook Events

Receive cryptographically signed updates for all state changes—payment.initiated, payment.success, and reconciliation.posted.

Enterprise Grade Security

Built with industry-leading encryption. We support IP whitelisting, API signature validation, and secure sandbox environments.