Sandbox / Demo environment — for demonstration only. All data is simulated and no real money is moved.
Developer Platform

Build payments that reach anyone, anywhere

One universal API for global money movement. Explore the guide, dive into the full reference, and try every endpoint live in the sandbox — all from one place.

Your first payment in one request

Authenticate with a bearer token and POST to a single endpoint. Amnen Connect resolves the recipient country, picks the optimal rail, and returns a clear, predictable response.

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

Why build on Amnen Pay

Built for speed

Sub-second responses with smart rail selection across every corridor.

Bank-grade security

PCI DSS practices, encryption in transit and at rest, scoped API keys.

One integration

Mobile money, bank, airtime, bills, school fees, and crypto on-ramps.

Real-time webhooks

Signed event notifications so your systems stay in lockstep with every payment.

Ready to start building?

Read the Amnen Connect guide, explore every endpoint in the reference, and run your first request live in the playground — then ship.