You can find out the available data plans you can pick from when trying to buy internet data.
Request
[POST]
Body parameter
| Parameters | Type | Description |
|---|---|---|
| plan * | string | Plan type e.g *9MOBILE_1.5GB* |
| destination * | integer | mobile number to receive data |
Sample response
Response
Response Fields
| Field | Type | Description |
|---|---|---|
| entity | object | Contains the response data |
| entity.phone_number | string | Mobile number that received the data |
| entity.amount | number | Cost of the data plan in NGN |
| entity.network | string | Network and data plan description |
| entity.reference_id | string | Unique reference ID for the transaction |
Data plans
Fetch list of data plans availableRequest
[GET]
Sample response
Response
Response Fields
| Field | Type | Description |
|---|---|---|
| entity | array | List of available data plans |
| entity[].amount | number | Cost of the data plan in NGN |
| entity[].description | string | Human-readable description of the data plan |
| entity[].plan | string | Plan identifier to use when purchasing data |