Skip to main content
POST
Bill Fetch Request

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

bill_fetch_request
object
required

Response

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

status
string

Always "ACCEPTED" when the request is successfully queued.

Example:

"ACCEPTED"

message
string

Human-readable confirmation that the request has been accepted for async processing.

Example:

"Bill fetch request accepted for processing"

data
object

Acknowledgement data returned immediately upon request acceptance.