Skip to main content

BBPS Category

Authentication

Basic Authentication

  • Username: Client Id
  • Password: Secret Key

Example Authorization Header:

Authorization: Basic eGV0dGxlXzgzMjg2NjU5YmRmNzBkZWEzMDUwMzcwNzE1MTYwMzA0MDo3YzE1ZDQyYTZhYjEyOTYzYWI4NzJhMzFkOTk4MDk1ZDMwNTAzNzA3MTUxNjMyMDg5

Request Body

{}

Request Examples

Request Examples

curl --location --request POST 'https://xyz.com/v1/service/bbps/category' --header 'Content-Type: application/json' --header 'Authorization: Basic eGV0dGxlXzU1NDlhYmQwYzJmNjdiOGUyMjM4Mjg5MTExMDc3MTExMjpjYjYyNzZlZTUwNGE1NzUzNDJlOTRlNmIwZjQ4MmQ0MTIyMzgyODkxMTEwNzc3NjM2' --data ''

Response Examples

{
"status": true,
"message": "BBPS Category values fetched successfully",
"data": [
"loan_repayment",
"broadband_postpaid",
"education_fees",
"housing_society",
"hospital",
"municipal_taxes",
"clubs_associations",
"subscription_fees",
"insurance",
"gas",
"dth",
"ncmc_recharge",
"subscription",
"fastag",
"donation",
"cable_tv",
"recurring_deposit",
"electricity",
"hospital_pathology",
"landline_postpaid",
"mobile_postpaid",
"credit_card",
"prepaid_meter",
"rental",
"lpg_gas",
"municipal_services",
"mobile_prepaid",
"water",
"national_pension_system"
]
}

Response Codes

The API uses the following response codes to indicate the status of requests:

CodeDescriptionMeaning
0x0200SUCCESSThe request was processed successfully.
0x0201UNAUTHORIZEDAuthentication failed or insufficient permissions.
0x0202FAILEDThe request processing failed for a reason other than those specifically identified.
0x0203MISSING_PARAMETERThe request is missing one or more required parameters.
0x0206PENDINGThe request has been received and is being processed, but processing has not yet completed.
0x0205SOMETHING_WENT_WRONGA server error occurred during processing of the request.