Developer Docs

Cable

Validate iuc number

Body

{
    "iuc_number": "Decoder IUC Number",
    "product_id": "Product ID/CODE"
}

Parameters

iuc_number Decoder IUC Number
product_id Product ID/CODE gotten from Category List here

Sample Response

{
    "status": "ok",
    "message": "Verified",
    "data": {
        "is_valid": true,
        "customer_name": "Obi Jonathan",
        "outstanding_amount": 1640,
        "due_date": "2022-04-23T00:00:00+01:00",
        "account_status": "OPEN",
        "invoice_period": 1,
        "current_bouquet": "GOTVMAX - Gotv Max Bouquet + GOtv Jinja Bouquet"
    }
}

{
    "status": "error",
    "message": "Unable to verify",
    "data": {
        "is_valid": false,
        "customer_name": "Unverified"
    }
}