PAY GLOBAL - X100 API

URL: https://test.payappglobal.com/admin/system/api/api2.php

Request to check Phone Number
{
    "action":"300",
    "kiv" : "PG001",
    "ksp" : "PG002",
    "phoneNumber" : "+233246022602"

}
Note phone number must be in the format Above

Response - SUCCESSFUL
{
    "status" : "SUCCESSFUL",
    "status-code" : "0"
}

Response - Number don't exist
{
    "status" : "ERROR",
    "status-code" : "1"
}

Response - Action code dont exist - wrong action code
{
    "status" : "ERROR",
    "status-code" : "2"
}

Response - Authentication error thus wrong kiv and ksp
{
    "status" : "ERROR",
    "status-code" : "3"
}
