Developer

Man Aya DataLink API Docs

Automate data purchases, track orders, and manage your reseller wallet programmatically using the Man Aya DataLink API. All transactions are in Ghanaian Cedis (GHS).

API Connected
Man Aya DataLink API is active and ready. Contact info@manaya.net for API access and support.

Getting Started with Man Aya DataLink API

Step 1
Create Affiliate Account
Sign up for free on Man Aya DataLink to get your affiliate account and API access.
Step 2
Get Your API Key
Contact info@manaya.net or message us on WhatsApp to receive your personal API key.
Step 3
Start Integrating
Use the endpoints below to automate data purchases and manage your reseller business.
Base URL
https://api.manaya.net/v1
Endpoints
Authentication
Include your api_key in every request. Keep it secret — never expose it in frontend code.
POSThttps://api.manaya.net/v1/purchase

Purchase Data Bundle

Initiate a data bundle purchase for a subscriber. Requires a funded wallet and valid Man Aya DataLink API key.

Parameters
phone
stringrequired
Recipient phone number (with country code, e.g. +233201234567)
network
stringrequired
Network code: MTN, TELECEL, AIRTELTIGO
bundle_id
stringrequired
Bundle ID from the /bundles endpoint
api_key
stringrequired
Your Man Aya DataLink API key
Sample Response
{
  "status": "success",
  "order_id": "MAD-20260419-001",
  "phone": "+233201234567",
  "bundle": "5GB",
  "network": "MTN",
  "amount_deducted": 23.50,
  "currency": "GHS",
  "wallet_balance": 476.50,
  "delivered_at": "2026-04-19T10:23:45Z"
}
Need help with the API?
Reach out to the Man Aya DataLink team for integration support.
Contact Support