Skip to main content
POST
Fetch Billers Info

Authorizations

x-client-id
string
header
required

Your unique client identifier issued by Cashfree. You can find this in your Merchant Dashboard.

x-client-secret
string
header
required

Your unique client secret issued by Cashfree. Keep this confidential and never expose it in client-side code. You can find this in your Merchant Dashboard.

Headers

x-api-version
string
default:2025-01-01
required

API version to be used. Format is YYYY-MM-DD.

Body

application/json

Request parameters to fetch biller catalog and MDM details.

biller_fetch_request
object

Filter criteria. If omitted, all billers are returned. If both biller_id and biller_category_name are provided, results are a union.

Response

Success response for fetching the complete catalog and MDM details of billers registered under BBPS.

status
string

Always "OK" on success.

Example:

"OK"

message
string

Human-readable confirmation of the operation result.

Example:

"Billers info fetched successfully"

data
object[]

List of biller MDM details matching the filter criteria.