Public
Documentation Settings

ISQUARE DATA

AUTHORIZATIONBasic Auth
Username

test

Password

test

EDUCATION

AUTHORIZATIONBasic Auth
This folder is using Basic Auth from collectionISQUARE DATA

GETService List

https://isquaredata.com/api/education/services/
AUTHORIZATIONBasic Auth
This request is using Basic Auth from collectionISQUARE DATA

POSTBuy Education

https://isquaredata.com/api/education/buy/
AUTHORIZATIONBasic Auth
This request is using Basic Auth from collectionISQUARE DATA
Bodyraw (json)
json
{
    "service_id": 1,
    "quantity": 1,
    "phone_number": "0812345678",
    "email_address": "ad@gmail.com",
    "reference": "SDFGFD"
}

AIRTIME

AUTHORIZATIONBasic Auth
This folder is using Basic Auth from collectionISQUARE DATA

POSTBuy Airtime

https://isquaredata.com/api/airtime/buy/

Use this endpoint to buy data. You should rely on the webhook_url to get the true status of the transaction.

A Post request will be sent to the webhook_url you specify with the true status, reference, and other data.

Please see the Webhook Event data below.

AUTHORIZATIONBasic Auth
This request is using Basic Auth from collectionISQUARE DATA
Bodyraw (json)
json
{
    "network": 3,
    "amount": 50.0,
    "phone_number": "08163322323",
    "reference": "sdfgfdsdf",
    "disable_validation": false,
    "webhook_url": "https://webhook.site/0879-4c7e-adf3-514765618730"
}
Loading