Status

This endpoint allows you to check your transaction status.

Status Request

GET https://app.sleengshort.com/api/airtime/{TXN_ID}

The endpoint allows you to check your request status just by passing your txn_id in the endpoint.

Sample: https://app.sleengshort.com/api/airtime/b3d57923-6dfe-####-####-0ebf128389fe Make sure you add your API Key to your header:

--header 'X-Api-Key: APPKEY_XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'

{
    "status": "ok",
    "description": "Request processed successfully",
    "data": {
        "status": "SUCCESS",
        "msisdn": "2349066290713",
        "amount": "10",
        "txn_ref": "16062933142400",
        "txn_id": "b3d57923-6dfe-4e33-bf7e-0ebf128389fe"
    }
}

Last updated