Purchase EPIN

This endpoint allows you to purchase epin.

Purchase EPIN

POST https://sagecloud.ng/api/v2/epin/purchase

Network codes include MTN, AIRTEL, GLO, 9MOBILE. Service codes include MTNEPIN, AIRTELEPIN, GLOEPIN, 9MOBILEEPIN.

Headers

Request Body

{
    "success": true,
    "status": "success",
    "message": "EPIN purchase successful",
    "reference": "hb7af67a8376",
    "data": [
        {
            "Amount": 100,
            "pin": "1093939828372654",
            "serial_number": "00000015250079968",
            "instruction": "Dial *555*PIN#, then Send"
        }
    ]
}

Last updated