API Documentation
Login Get API Key

SME Data Purchasing

Purchase highly subsidized SME data bundles designed for small businesses and resellers.

Endpoint

POST /sme-data
Note: SME Data is currently largely applicable to MTN networks, but occasionally available for others. Make sure to fetch available plans from our pricing list before creating a transaction.

Parameters

Parameter Type Description Required
network string Network provider (e.g., MTN). Required
phone string The 11-digit phone number. Required
plan_id integer The SME plan ID. Required
reference string Your unique transaction reference. Required

Example Request

JSON
{
    "network": "MTN",
    "phone": "08123456789",
    "plan_id": 102,
    "reference": "SMED_999888"
}

Example Response

JSON
{
    "status": true,
    "message": "SME Data dispensed successfully",
    "data": {
        "transaction_id": "ASI-SME-0001",
        "phone": "08123456789",
        "plan": "MTN SME 1GB 30Days",
        "amount": 250,
        "token": "..."
    }
}