Skip to main content
POST
Bill Fetch Response (Polling)

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 poll a bill fetch or bill validation request.

ref_id
string
required

The reference ID received from the Bill Fetch Request API. Used to identify and retrieve the result of the corresponding async request.

Example:

"HENSVVR4QOS7X1UGPY7JGUV444P10102202"

Response

Success response for polling a bill fetch or bill validation request.

status
string

Always "OK" for all poll responses, regardless of the bill fetch outcome.

Example:

"OK"

message
enum<string>

Terminal or in-progress status of the bill fetch operation. Continue polling while this is "Request is still being processed".

Available options:
Bill details fetched successfully,
Request is still being processed,
Bill request failed
data
object

Response payload. Always contains bill_fetch_response; other fields depend on the flow and outcome.