Returns products available to acquire
Returns products available to acquire (airtime + data).
Responses
- 200
- 401
- 403
Successful response with acquisition products.
- application/json
- Schema
- Example (from schema)
- Example
Schema
- Array [
- sku string required
Product identifier
- operator string required
Possible values: [
airtel
,glo
,mtn
,etisalat
]Operator for product
- amount double
Product's amount
- description string required
Product's description
- ]
[
{
"sku": "string",
"operator": "airtel",
"amount": 0,
"description": "string"
}
]
[
{
"sku": "1001",
"operator": "mtn",
"amount": null,
"description": "MTN Recharge"
},
{
"sku": "7001",
"operator": "glo",
"amount": 12,
"description": "Glo data bundle 1GB"
}
]
Your authentication data are invalid or not provided
You don't have proper permission to invoke this operation
Loading...