Skip to main content
GET
/
v1
/
service
/
bbps
/
category
Fetch Category
curl --request GET \
  --url http://base_url/v1/service/bbps/category \
  --header 'Authorization: Basic <encoded-value>'
{
  "code": "0x0200",
  "status": "SUCCESS",
  "message": "Category List fetched Successfully",
  "data": [
    {
      "categoryId": "BBPS00164",
      "categoryName": "LOANREPAYMENT"
    },
    {
      "categoryId": "BBPS00375",
      "categoryName": "BROADBAND"
    },
    {
      "categoryId": "BBPS00632",
      "categoryName": "EDUCATIONFEES"
    },
    {
      "categoryId": "BBPS00287",
      "categoryName": "HOUSINGSOCIETY"
    },
    {
      "categoryId": "BBPS00595",
      "categoryName": "HOSPITAL"
    },
    {
      "categoryId": "BBPS00282",
      "categoryName": "MUNICIPALTAXES"
    },
    {
      "categoryId": "BBPS00929",
      "categoryName": "CLUBSANDASSOCIATIONS"
    },
    {
      "categoryId": "BBPS00303",
      "categoryName": "SUBSCRIPTION"
    },
    {
      "categoryId": "BBPS00808",
      "categoryName": "LIFEINSURANCE"
    },
    {
      "categoryId": "BBPS00940",
      "categoryName": "GAS"
    },
    {
      "categoryId": "BBPS00873",
      "categoryName": "DTH"
    },
    {
      "categoryId": "BBPS00465",
      "categoryName": "NCMC"
    },
    {
      "categoryId": "BBPS00492",
      "categoryName": "FASTAG"
    },
    {
      "categoryId": "BBPS00784",
      "categoryName": "DONATION"
    },
    {
      "categoryId": "BBPS00451",
      "categoryName": "CABLETV"
    },
    {
      "categoryId": "BBPS00482",
      "categoryName": "RECURRINGDEPOSIT"
    },
    {
      "categoryId": "BBPS00935",
      "categoryName": "ELECTRICITY"
    },
    {
      "categoryId": "BBPS00699",
      "categoryName": "HOSPITALANDPATHOLOGY"
    },
    {
      "categoryId": "BBPS00437",
      "categoryName": "LANDLINE"
    },
    {
      "categoryId": "BBPS00628",
      "categoryName": "POSTPAID "
    },
    {
      "categoryId": "BBPS00839",
      "categoryName": "CREDITCARD"
    },
    {
      "categoryId": "BBPS00648",
      "categoryName": "PREPAIDMETER"
    },
    {
      "categoryId": "BBPS00613",
      "categoryName": "COLLECTION"
    },
    {
      "categoryId": "BBPS00806",
      "categoryName": "RENTAL"
    },
    {
      "categoryId": "BBPS00119",
      "categoryName": "LPGGAS"
    },
    {
      "categoryId": "BBPS00991",
      "categoryName": "MUNICIPALSERVICES"
    },
    {
      "categoryId": "BBPS00274",
      "categoryName": "PREPAID"
    },
    {
      "categoryId": "BBPS00144",
      "categoryName": "WATER"
    },
    {
      "categoryId": "BBPS00555",
      "categoryName": "PENSION"
    },
    {
      "categoryId": "BBPS00566",
      "categoryName": "ECHALLAN"
    }
  ]
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Response

OK

code
string
required
status
string
required
message
string
required
data
Data17 · object[]
required