Sandbox / Demo environment — for demonstration only. All data is simulated and no real money is moved.
Universal Payment API

Amnen Connect

The simplest way to send money globally. One API, every payment type, every country — with rails selected automatically for the best cost, speed, and reliability.

Amnen Connect unifies all payment types and corridors under a single, simple endpoint. Send to any recipient, anywhere, while the routing engine picks the best available rail based on cost, speed, and availability.

Supported Payment Types

Mobile Money

MTN, Vodafone, Airtel, M-Pesa & more

Bank Transfers

Local & international rails

Airtime & Bundles

Top up any mobile number

Bill Payments

Utilities, insurance, subscriptions

School & Tuition

Pay institutions directly

Crypto On-ramps

Convert and settle in crypto

200+ Corridors

Ethiopia, Kenya, Uganda, Ghana, Nigeria, Rwanda, Tanzania, Senegal, Zambia, Zimbabwe, and 190+ more country pairs.

Quick Start

bash
curl -X POST https://api.amnenpay.com/v1/payments/send \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "recipientPhone": "+256701234567",
    "recipientName": "John Doe",
    "country": "UG",
    "amount": 50000,
    "type": "mobile_money",
    "serviceProvider": "mtn"
  }'