Skip to main content
POST
Bill Payment 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 payment request.

bill_payment_request
object
required

Response

Success response for initiating a bill payment request.

status
string

Always "ACCEPTED" when the payment request is successfully queued.

Example:

"ACCEPTED"

message
string

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

Example:

"Bill payment request accepted for processing"

data
object

Acknowledgement data returned immediately upon request acceptance.