Fetch Biller Services

This endpoint allows you to fetch a person's biller services.

Request

{{baseUrl}}/bills/?biller=DSTV

Headers

ParametersMandatoryDescription
AuthorizationTruesecret key e.g dc_test_1T1eSavlZxy02OT3OWlvbxK4G

Response Sample

{
    "status": true,
    "message": "Bills Payment successful",
    "data": [
        {
            "name": "DSTV",
            "serviceList": [
                {
                    "url": "dstv-premium",
                    "name": "DSTV Premium",
                    "defaultAmount": 0,
                    "minimumAmount": 500,
                    "maximumAmount": 200000,
                    "inputFields": [
                        {
                            "id": 257,
                            "dataName": "Smartcard No.",
                            "dataType": "Number",
                            "customerIdAtBiller": true,
                            "required": true,
                            "agentServiceDropdownData": []
                        },
                        {
                            "id": 258,
                            "dataName": "Bouquet",
                            "dataType": "DropDown",
                            "customerIdAtBiller": false,
                            "required": true,
                            "agentServiceDropdownData": [
                                {
                                    "id": 338,
                                    "value": "Premium",
                                    "amount": 21000
                                },
                                {
                                    "id": 339,
                                    "value": "Premium + French",
                                    "amount": 25550
                                },
                                {
                                    "id": 340,
                                    "value": "Premium + French + HD/ExtraView",
                                    "amount": 28050
                                },
                                {
                                    "id": 343,
                                    "value": "Premium Asia",
                                    "amount": 20500
                                },
                                {
                                    "id": 344,
                                    "value": "Premium Asia + HD/ExtraView",
                                    "amount": 23000
                                },
                                {
                                    "id": 650,
                                    "value": "Premium +Xtraview",
                                    "amount": 20900
                                }
                            ]
                        }
                    ]
                },
                {
                    "url": "dstv-compact",
                    "name": "DSTV Compact",
                    "defaultAmount": 0,
                    "minimumAmount": 500,
                    "maximumAmount": 200000,
                    "inputFields": [
                        {
                            "id": 259,
                            "dataName": "Smartcard No.",
                            "dataType": "Number",
                            "customerIdAtBiller": true,
                            "required": true,
                            "agentServiceDropdownData": []
                        },
                        {
                            "id": 260,
                            "dataName": "Bouquet",
                            "dataType": "DropDown",
                            "customerIdAtBiller": false,
                            "required": true,
                            "agentServiceDropdownData": [
                                {
                                    "id": 331,
                                    "value": "Compact",
                                    "amount": 9000
                                },
                                {
                                    "id": 332,
                                    "value": "Compact + French Touch",
                                    "amount": 10200
                                },
                                {
                                    "id": 333,
                                    "value": "Compact + French Touch + HD/ExtraView",
                                    "amount": 12700
                                },
                                {
                                    "id": 334,
                                    "value": "Compact + HD/ExtraView",
                                    "amount": 10400
                                },
                                {
                                    "id": 335,
                                    "value": "Compact Plus",
                                    "amount": 14250
                                },
                                {
                                    "id": 336,
                                    "value": "Compact Plus + Asia",
                                    "amount": 18600
                                },
                                {
                                    "id": 337,
                                    "value": "Compact Plus + HD/ExtraView",
                                    "amount": 14900
                                },
                                {
                                    "id": 628,
                                    "value": "CompactPlus + Asia +Xtraview",
                                    "amount": 21100
                                },
                                {
                                    "id": 629,
                                    "value": "CompactPlus + French Touch",
                                    "amount": 14700
                                },
                                {
                                    "id": 630,
                                    "value": "CompactPlus + French Plus",
                                    "amount": 20500
                                },
                                {
                                    "id": 631,
                                    "value": "CompactPlus + French Plus +Xtraview",
                                    "amount": 23000
                                },
                                {
                                    "id": 632,
                                    "value": "Compact + Asia",
                                    "amount": 14100
                                },
                                {
                                    "id": 633,
                                    "value": "Compact + Asia +Xtraview",
                                    "amount": 16600
                                },
                                {
                                    "id": 634,
                                    "value": "Compact + French Plus",
                                    "amount": 16000
                                }
                            ]
                        }
                    ]
                },
                {
                    "url": "dstv-family",
                    "name": "DSTV Family",
                    "defaultAmount": 0,
                    "minimumAmount": 500,
                    "maximumAmount": 20000,
                    "inputFields": [
                        {
                            "id": 261,
                            "dataName": "Smartcard No.",
                            "dataType": "Number",
                            "customerIdAtBiller": true,
                            "required": true,
                            "agentServiceDropdownData": []
                        },
                        {
                            "id": 262,
                            "dataName": "Bouquet",
                            "dataType": "DropDown",
                            "customerIdAtBiller": false,
                            "required": true,
                            "agentServiceDropdownData": [
                                {
                                    "id": 328,
                                    "value": "Family",
                                    "amount": 4000
                                },
                                {
                                    "id": 329,
                                    "value": "Family + Asia",
                                    "amount": 9400
                                },
                                {
                                    "id": 330,
                                    "value": "Family + HD/ExtraView",
                                    "amount": 6200
                                }
                            ]
                        }
                    ]
                },
                {
                    "url": "dstv-access",
                    "name": "DSTV Access",
                    "defaultAmount": 0,
                    "minimumAmount": 500,
                    "maximumAmount": 20000,
                    "inputFields": [
                        {
                            "id": 263,
                            "dataName": "Smartcard No.",
                            "dataType": "Number",
                            "customerIdAtBiller": true,
                            "required": true,
                            "agentServiceDropdownData": []
                        },
                        {
                            "id": 264,
                            "dataName": "Bouquet",
                            "dataType": "DropDown",
                            "customerIdAtBiller": false,
                            "required": true,
                            "agentServiceDropdownData": [
                                {
                                    "id": 324,
                                    "value": "Access",
                                    "amount": 2000
                                },
                                {
                                    "id": 325,
                                    "value": "Access + Asia",
                                    "amount": 7400
                                },
                                {
                                    "id": 326,
                                    "value": "Access + HD/ExtraView",
                                    "amount": 4200
                                },
                                {
                                    "id": 327,
                                    "value": "HDPVR Access/ExtraView",
                                    "amount": 2200
                                }
                            ]
                        }
                    ]
                },
                {
                    "url": "dstv-mobile",
                    "name": "DSTV Mobile",
                    "defaultAmount": 0,
                    "minimumAmount": 500,
                    "maximumAmount": 20000,
                    "inputFields": [
                        {
                            "id": 265,
                            "dataName": "Smartcard No.",
                            "dataType": "Number",
                            "customerIdAtBiller": true,
                            "required": true,
                            "agentServiceDropdownData": []
                        },
                        {
                            "id": 266,
                            "dataName": "Bouquet",
                            "dataType": "DropDown",
                            "customerIdAtBiller": false,
                            "required": true,
                            "agentServiceDropdownData": [
                                {
                                    "id": 322,
                                    "value": "Mobile Maxi",
                                    "amount": 830
                                },
                                {
                                    "id": 323,
                                    "value": "Mobile Maxi Plus",
                                    "amount": 1050
                                }
                            ]
                        }
                    ]
                },
                {
                    "url": "add-on",
                    "name": "Add-On",
                    "defaultAmount": 0,
                    "minimumAmount": 500,
                    "maximumAmount": 20000,
                    "inputFields": [
                        {
                            "id": 267,
                            "dataName": "Smartcard No.",
                            "dataType": "Number",
                            "customerIdAtBiller": true,
                            "required": true,
                            "agentServiceDropdownData": []
                        },
                        {
                            "id": 268,
                            "dataName": "Bouquet",
                            "dataType": "DropDown",
                            "customerIdAtBiller": false,
                            "required": true,
                            "agentServiceDropdownData": [
                                {
                                    "id": 316,
                                    "value": "Asia Add-on",
                                    "amount": 6200
                                },
                                {
                                    "id": 320,
                                    "value": "French Plus",
                                    "amount": 8100
                                },
                                {
                                    "id": 321,
                                    "value": "French Touch",
                                    "amount": 2300
                                },
                                {
                                    "id": 635,
                                    "value": "DStv HDPVR Access Service E36",
                                    "amount": 2500
                                },
                                {
                                    "id": 636,
                                    "value": "French 11 Bouquet E36",
                                    "amount": 3260
                                },
                                {
                                    "id": 651,
                                    "value": "Xtraview Access",
                                    "amount": 2500
                                }
                            ]
                        }
                    ]
                },
                {
                    "url": "dstv-boxoffice",
                    "name": "DSTV BoxOffice",
                    "defaultAmount": 0,
                    "minimumAmount": 500,
                    "maximumAmount": 200000,
                    "inputFields": [
                        {
                            "id": 285,
                            "dataName": "Smartcard No",
                            "dataType": "Number",
                            "customerIdAtBiller": true,
                            "required": true,
                            "agentServiceDropdownData": []
                        },
                        {
                            "id": 286,
                            "dataName": "Amount",
                            "dataType": "Money",
                            "customerIdAtBiller": false,
                            "required": true,
                            "agentServiceDropdownData": []
                        }
                    ]
                },
                {
                    "url": "top-up",
                    "name": "Top Up",
                    "defaultAmount": 0,
                    "minimumAmount": 100,
                    "maximumAmount": 50000,
                    "inputFields": [
                        {
                            "id": 339,
                            "dataName": "Smartcard No",
                            "dataType": "Number",
                            "customerIdAtBiller": true,
                            "required": true,
                            "agentServiceDropdownData": []
                        },
                        {
                            "id": 340,
                            "dataName": "Amount",
                            "dataType": "Money",
                            "customerIdAtBiller": false,
                            "required": true,
                            "agentServiceDropdownData": []
                        }
                    ]
                },
                {
                    "url": "dstv-padi",
                    "name": "DStv Padi",
                    "defaultAmount": 0,
                    "minimumAmount": 500,
                    "maximumAmount": 200000,
                    "inputFields": [
                        {
                            "id": 374,
                            "dataName": "Smartcard No.",
                            "dataType": "Number",
                            "customerIdAtBiller": true,
                            "required": true,
                            "agentServiceDropdownData": []
                        },
                        {
                            "id": 375,
                            "dataName": "Bouquet",
                            "dataType": "DropDown",
                            "customerIdAtBiller": false,
                            "required": true,
                            "agentServiceDropdownData": [
                                {
                                    "id": 595,
                                    "value": "Padi Bouquet E36",
                                    "amount": 1850
                                },
                                {
                                    "id": 596,
                                    "value": "Padi Bouquet E36 + XTRA VIEW",
                                    "amount": 4350
                                }
                            ]
                        }
                    ]
                },
                {
                    "url": "dstv-yanga",
                    "name": "DSTV Yanga",
                    "defaultAmount": 0,
                    "minimumAmount": 500,
                    "maximumAmount": 200000,
                    "inputFields": [
                        {
                            "id": 376,
                            "dataName": "Smartcard No.",
                            "dataType": "Number",
                            "customerIdAtBiller": true,
                            "required": true,
                            "agentServiceDropdownData": []
                        },
                        {
                            "id": 377,
                            "dataName": "Bouquet",
                            "dataType": "DropDown",
                            "customerIdAtBiller": false,
                            "required": true,
                            "agentServiceDropdownData": [
                                {
                                    "id": 597,
                                    "value": "Yanga Bouquet E36",
                                    "amount": 2565
                                },
                                {
                                    "id": 598,
                                    "value": "Yanga Bouquet E36 + XTRA VIEW",
                                    "amount": 5065
                                }
                            ]
                        }
                    ]
                },
                {
                    "url": "dstv-confam",
                    "name": "DStv Confam",
                    "defaultAmount": 0,
                    "minimumAmount": 500,
                    "maximumAmount": 200000,
                    "inputFields": [
                        {
                            "id": 378,
                            "dataName": "Smartcard No.",
                            "dataType": "Number",
                            "customerIdAtBiller": true,
                            "required": true,
                            "agentServiceDropdownData": []
                        },
                        {
                            "id": 379,
                            "dataName": "Bouquet",
                            "dataType": "DropDown",
                            "customerIdAtBiller": false,
                            "required": true,
                            "agentServiceDropdownData": [
                                {
                                    "id": 599,
                                    "value": "Confam Bouquet E36",
                                    "amount": 4615
                                },
                                {
                                    "id": 600,
                                    "value": "Confam Bouquet E36 + XTRA VIEW",
                                    "amount": 7115
                                }
                            ]
                        }
                    ]
                }
            ]
        }
    ]
}{
    "status": true,
    "message": "Bills Payment successful",
    "data": [
        {
            "name": "DSTV",
            "serviceList": [
                {
                    "url": "dstv-premium",
                    "name": "DSTV Premium",
                    "defaultAmount": 0,
                    "minimumAmount": 500,
                    "maximumAmount": 200000,
                    "inputFields": [
                        {
                            "id": 257,
                            "dataName": "Smartcard No.",
                            "dataType": "Number",
                            "customerIdAtBiller": true,
                            "required": true,
                            "agentServiceDropdownData": []
                        },
                        {
                            "id": 258,
                            "dataName": "Bouquet",
                            "dataType": "DropDown",
                            "customerIdAtBiller": false,
                            "required": true,
                            "agentServiceDropdownData": [
                                {
                                    "id": 338,
                                    "value": "Premium",
                                    "amount": 21000
                                },
                                {
                                    "id": 339,
                                    "value": "Premium + French",
                                    "amount": 25550
                                },
                                {
                                    "id": 340,
                                    "value": "Premium + French + HD/ExtraView",
                                    "amount": 28050
                                },
                                {
                                    "id": 343,
                                    "value": "Premium Asia",
                                    "amount": 20500
                                },
                                {
                                    "id": 344,
                                    "value": "Premium Asia + HD/ExtraView",
                                    "amount": 23000
                                },
                                {
                                    "id": 650,
                                    "value": "Premium +Xtraview",
                                    "amount": 20900
                                }
                            ]
                        }
                    ]
                },
                {
                    "url": "dstv-compact",
                    "name": "DSTV Compact",
                    "defaultAmount": 0,
                    "minimumAmount": 500,
                    "maximumAmount": 200000,
                    "inputFields": [
                        {
                            "id": 259,
                            "dataName": "Smartcard No.",
                            "dataType": "Number",
                            "customerIdAtBiller": true,
                            "required": true,
                            "agentServiceDropdownData": []
                        },
                        {
                            "id": 260,
                            "dataName": "Bouquet",
                            "dataType": "DropDown",
                            "customerIdAtBiller": false,
                            "required": true,
                            "agentServiceDropdownData": [
                                {
                                    "id": 331,
                                    "value": "Compact",
                                    "amount": 9000
                                },
                                {
                                    "id": 332,
                                    "value": "Compact + French Touch",
                                    "amount": 10200
                                },
                                {
                                    "id": 333,
                                    "value": "Compact + French Touch + HD/ExtraView",
                                    "amount": 12700
                                },
                                {
                                    "id": 334,
                                    "value": "Compact + HD/ExtraView",
                                    "amount": 10400
                                },
                                {
                                    "id": 335,
                                    "value": "Compact Plus",
                                    "amount": 14250
                                },
                                {
                                    "id": 336,
                                    "value": "Compact Plus + Asia",
                                    "amount": 18600
                                },
                                {
                                    "id": 337,
                                    "value": "Compact Plus + HD/ExtraView",
                                    "amount": 14900
                                },
                                {
                                    "id": 628,
                                    "value": "CompactPlus + Asia +Xtraview",
                                    "amount": 21100
                                },
                                {
                                    "id": 629,
                                    "value": "CompactPlus + French Touch",
                                    "amount": 14700
                                },
                                {
                                    "id": 630,
                                    "value": "CompactPlus + French Plus",
                                    "amount": 20500
                                },
                                {
                                    "id": 631,
                                    "value": "CompactPlus + French Plus +Xtraview",
                                    "amount": 23000
                                },
                                {
                                    "id": 632,
                                    "value": "Compact + Asia",
                                    "amount": 14100
                                },
                                {
                                    "id": 633,
                                    "value": "Compact + Asia +Xtraview",
                                    "amount": 16600
                                },
                                {
                                    "id": 634,
                                    "value": "Compact + French Plus",
                                    "amount": 16000
                                }
                            ]
                        }
                    ]
                },
                {
                    "url": "dstv-family",
                    "name": "DSTV Family",
                    "defaultAmount": 0,
                    "minimumAmount": 500,
                    "maximumAmount": 20000,
                    "inputFields": [
                        {
                            "id": 261,
                            "dataName": "Smartcard No.",
                            "dataType": "Number",
                            "customerIdAtBiller": true,
                            "required": true,
                            "agentServiceDropdownData": []
                        },
                        {
                            "id": 262,
                            "dataName": "Bouquet",
                            "dataType": "DropDown",
                            "customerIdAtBiller": false,
                            "required": true,
                            "agentServiceDropdownData": [
                                {
                                    "id": 328,
                                    "value": "Family",
                                    "amount": 4000
                                },
                                {
                                    "id": 329,
                                    "value": "Family + Asia",
                                    "amount": 9400
                                },
                                {
                                    "id": 330,
                                    "value": "Family + HD/ExtraView",
                                    "amount": 6200
                                }
                            ]
                        }
                    ]
                },
                {
                    "url": "dstv-access",
                    "name": "DSTV Access",
                    "defaultAmount": 0,
                    "minimumAmount": 500,
                    "maximumAmount": 20000,
                    "inputFields": [
                        {
                            "id": 263,
                            "dataName": "Smartcard No.",
                            "dataType": "Number",
                            "customerIdAtBiller": true,
                            "required": true,
                            "agentServiceDropdownData": []
                        },
                        {
                            "id": 264,
                            "dataName": "Bouquet",
                            "dataType": "DropDown",
                            "customerIdAtBiller": false,
                            "required": true,
                            "agentServiceDropdownData": [
                                {
                                    "id": 324,
                                    "value": "Access",
                                    "amount": 2000
                                },
                                {
                                    "id": 325,
                                    "value": "Access + Asia",
                                    "amount": 7400
                                },
                                {
                                    "id": 326,
                                    "value": "Access + HD/ExtraView",
                                    "amount": 4200
                                },
                                {
                                    "id": 327,
                                    "value": "HDPVR Access/ExtraView",
                                    "amount": 2200
                                }
                            ]
                        }
                    ]
                },
                {
                    "url": "dstv-mobile",
                    "name": "DSTV Mobile",
                    "defaultAmount": 0,
                    "minimumAmount": 500,
                    "maximumAmount": 20000,
                    "inputFields": [
                        {
                            "id": 265,
                            "dataName": "Smartcard No.",
                            "dataType": "Number",
                            "customerIdAtBiller": true,
                            "required": true,
                            "agentServiceDropdownData": []
                        },
                        {
                            "id": 266,
                            "dataName": "Bouquet",
                            "dataType": "DropDown",
                            "customerIdAtBiller": false,
                            "required": true,
                            "agentServiceDropdownData": [
                                {
                                    "id": 322,
                                    "value": "Mobile Maxi",
                                    "amount": 830
                                },
                                {
                                    "id": 323,
                                    "value": "Mobile Maxi Plus",
                                    "amount": 1050
                                }
                            ]
                        }
                    ]
                },
                {
                    "url": "add-on",
                    "name": "Add-On",
                    "defaultAmount": 0,
                    "minimumAmount": 500,
                    "maximumAmount": 20000,
                    "inputFields": [
                        {
                            "id": 267,
                            "dataName": "Smartcard No.",
                            "dataType": "Number",
                            "customerIdAtBiller": true,
                            "required": true,
                            "agentServiceDropdownData": []
                        },
                        {
                            "id": 268,
                            "dataName": "Bouquet",
                            "dataType": "DropDown",
                            "customerIdAtBiller": false,
                            "required": true,
                            "agentServiceDropdownData": [
                                {
                                    "id": 316,
                                    "value": "Asia Add-on",
                                    "amount": 6200
                                },
                                {
                                    "id": 320,
                                    "value": "French Plus",
                                    "amount": 8100
                                },
                                {
                                    "id": 321,
                                    "value": "French Touch",
                                    "amount": 2300
                                },
                                {
                                    "id": 635,
                                    "value": "DStv HDPVR Access Service E36",
                                    "amount": 2500
                                },
                                {
                                    "id": 636,
                                    "value": "French 11 Bouquet E36",
                                    "amount": 3260
                                },
                                {
                                    "id": 651,
                                    "value": "Xtraview Access",
                                    "amount": 2500
                                }
                            ]
                        }
                    ]
                },
                {
                    "url": "dstv-boxoffice",
                    "name": "DSTV BoxOffice",
                    "defaultAmount": 0,
                    "minimumAmount": 500,
                    "maximumAmount": 200000,
                    "inputFields": [
                        {
                            "id": 285,
                            "dataName": "Smartcard No",
                            "dataType": "Number",
                            "customerIdAtBiller": true,
                            "required": true,
                            "agentServiceDropdownData": []
                        },
                        {
                            "id": 286,
                            "dataName": "Amount",
                            "dataType": "Money",
                            "customerIdAtBiller": false,
                            "required": true,
                            "agentServiceDropdownData": []
                        }
                    ]
                },
                {
                    "url": "top-up",
                    "name": "Top Up",
                    "defaultAmount": 0,
                    "minimumAmount": 100,
                    "maximumAmount": 50000,
                    "inputFields": [
                        {
                            "id": 339,
                            "dataName": "Smartcard No",
                            "dataType": "Number",
                            "customerIdAtBiller": true,
                            "required": true,
                            "agentServiceDropdownData": []
                        },
                        {
                            "id": 340,
                            "dataName": "Amount",
                            "dataType": "Money",
                            "customerIdAtBiller": false,
                            "required": true,
                            "agentServiceDropdownData": []
                        }
                    ]
                },
                {
                    "url": "dstv-padi",
                    "name": "DStv Padi",
                    "defaultAmount": 0,
                    "minimumAmount": 500,
                    "maximumAmount": 200000,
                    "inputFields": [
                        {
                            "id": 374,
                            "dataName": "Smartcard No.",
                            "dataType": "Number",
                            "customerIdAtBiller": true,
                            "required": true,
                            "agentServiceDropdownData": []
                        },
                        {
                            "id": 375,
                            "dataName": "Bouquet",
                            "dataType": "DropDown",
                            "customerIdAtBiller": false,
                            "required": true,
                            "agentServiceDropdownData": [
                                {
                                    "id": 595,
                                    "value": "Padi Bouquet E36",
                                    "amount": 1850
                                },
                                {
                                    "id": 596,
                                    "value": "Padi Bouquet E36 + XTRA VIEW",
                                    "amount": 4350
                                }
                            ]
                        }
                    ]
                },
                {
                    "url": "dstv-yanga",
                    "name": "DSTV Yanga",
                    "defaultAmount": 0,
                    "minimumAmount": 500,
                    "maximumAmount": 200000,
                    "inputFields": [
                        {
                            "id": 376,
                            "dataName": "Smartcard No.",
                            "dataType": "Number",
                            "customerIdAtBiller": true,
                            "required": true,
                            "agentServiceDropdownData": []
                        },
                        {
                            "id": 377,
                            "dataName": "Bouquet",
                            "dataType": "DropDown",
                            "customerIdAtBiller": false,
                            "required": true,
                            "agentServiceDropdownData": [
                                {
                                    "id": 597,
                                    "value": "Yanga Bouquet E36",
                                    "amount": 2565
                                },
                                {
                                    "id": 598,
                                    "value": "Yanga Bouquet E36 + XTRA VIEW",
                                    "amount": 5065
                                }
                            ]
                        }
                    ]
                },
                {
                    "url": "dstv-confam",
                    "name": "DStv Confam",
                    "defaultAmount": 0,
                    "minimumAmount": 500,
                    "maximumAmount": 200000,
                    "inputFields": [
                        {
                            "id": 378,
                            "dataName": "Smartcard No.",
                            "dataType": "Number",
                            "customerIdAtBiller": true,
                            "required": true,
                            "agentServiceDropdownData": []
                        },
                        {
                            "id": 379,
                            "dataName": "Bouquet",
                            "dataType": "DropDown",
                            "customerIdAtBiller": false,
                            "required": true,
                            "agentServiceDropdownData": [
                                {
                                    "id": 599,
                                    "value": "Confam Bouquet E36",
                                    "amount": 4615
                                },
                                {
                                    "id": 600,
                                    "value": "Confam Bouquet E36 + XTRA VIEW",
                                    "amount": 7115
                                }
                            ]
                        }
                    ]
                }
            ]
        }
    ]
}