Supported

This is all the different supported features per product.

Currency

Most products will have a currency key under supported to show which currency we support on that product, for example:

[
 {
    "name": "Airtime",
    "description": "Purchase airtime directly or as a voucher",
    "image": "airtime.png",
    "supported": {
      "currency": [
        "USD",
        "ZWL"
      ],
      ...
    }
  },
  ...
]

Networks

Other products like Airtime and Data will have supported Networks for example

[
 {
    "name": "Airtime",
    "description": "Purchase airtime directly or as a voucher",
    "image": "airtime.png",
    "supported": {
      "currency": [
        "USD"
      ],
      "network": [
        "Econet",
        "NetOne"
      ],
      ...
    }
  },
  ...
]

Country

Same applies to DSTV will have supported countries as well

Last updated