GET airtime/Check?reference={reference}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| reference | string |
None. |
Body Parameters
None.
Response Information
Resource Description
CheckResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
None. |
|
| xref | string |
None. |
|
| net | string |
None. |
|
| msisdn | string |
None. |
|
| amount | integer |
None. |
|
| stamp | date |
None. |
|
| status | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": "sample string 1",
"xref": "sample string 2",
"net": "sample string 3",
"msisdn": "sample string 4",
"amount": 5,
"stamp": "2025-12-17T14:53:02.2235254+01:00",
"status": "sample string 7"
}
application/xml, text/xml
Sample:
<CheckResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SuperTopup"> <amount>5</amount> <id>sample string 1</id> <msisdn>sample string 4</msisdn> <net>sample string 3</net> <stamp>2025-12-17T14:53:02.2235254+01:00</stamp> <status>sample string 7</status> <xref>sample string 2</xref> </CheckResponse>