Mobile Money API Testing

Test MTN and Airtel mobile money integrations

API Test Controls
Test mobile money provider connections
MTN

MTN Mobile Money

Selected
A

Airtel Money

Environment variable: NEXT_PUBLIC_MTN_API_KEY

Test Results
API response and connection status

Click "Test" to check mobile money API connection

Configuration Guide
Steps to enable live mobile money payments

Required Environment Variables:

# MTN Mobile Money
NEXT_PUBLIC_MTN_API_KEY=your_mtn_subscription_key
MTN_USER_ID=your_mtn_user_id
MTN_API_SECRET=your_mtn_api_secret
# Airtel Money
NEXT_PUBLIC_AIRTEL_API_KEY=your_airtel_subscription_key
AIRTEL_CLIENT_ID=your_airtel_client_id
AIRTEL_CLIENT_SECRET=your_airtel_client_secret

Setup Steps:

  1. Register for MTN MoMo Developer account at: https://momodeveloper.mtn.com
  2. Register for Airtel Money Developer account at: https://developers.airtel.africa
  3. Get your API keys and credentials from both platforms
  4. Add the environment variables to your deployment
  5. Test the integration using this page
  6. Switch to production endpoints when ready