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

Name
Type
Description

Authorization

string

Check the Headers page

Request Body

Name
Type
Description

reference*

string

A unique key generated by you

network*

string

The network code

service*

string

The service code

value*

string

Pin value. (100,200,500,1000)

quantity*

string

Number of PINS

{
    "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

Was this helpful?