curl --location --request GET 'https://sandbox.paypoint.blackkonnect.io/services/blackkonnectpaypointswitch/api/bill-payments/billers?sourceId=web-app' \
--header 'X-Request-ID: 3d8f0c44-d4c7-4c7b-8a67-78e34b4d947e' \
--header 'X-ServiceAccount-ID: 0e92f7e6-8b2a-11ec-b909-0242ac120002' \
--header 'X-Organisation-ID: f1a44684-3c8b-45bb-97f4-4cfa261b29ae' \
--header 'Authorization: Bearer <token>'{
"items": [
{
"id": "1",
"companyCode": "550001",
"companyDescription": "Airtel",
"serviceProvided": "TELECOM",
"serviceProvidedDescription": "Mobile",
"category": "POSTPAID",
"categoryDescription": "Post paid",
"subCategory": "2GBDownload",
"subCategoryDescription": "2GB per day",
"furtherSubCategory": "Plan1299",
"furtherSubCategoryDescription": "Plan 1299",
"amountInputMethod": "CUSTOMER-ENTERED",
"supportedCurrency": "EUR",
"isPartialAllowed": false,
"minimumAmountAllowed": 100,
"isExcessAllowed": false,
"maxAmountAllowed": 100,
"additionalDataRequired": [
{
"fieldName": "BILLALPHA1",
"fieldType": "ALPHANUMERIC",
"isMandatory": false,
"fieldDescription": "Consumer No"
}
]
}
],
"links": {
"self": {
"href": "string",
"templated": true
},
"first": {
"href": "string",
"templated": true
},
"next": {
"href": "string",
"templated": true
},
"prev": {
"href": "string",
"templated": true
}
}
}