Skip to main content
POST
Raise Ticket 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 raise a ticket for a processed bill payment.

ticket_raise_request
object
required

Response

Ticket raise request accepted for processing.

status
string

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

Example:

"ACCEPTED"

message
string

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

Example:

"Ticket raise request accepted for processing"

data
object

Acknowledgement data returned immediately upon request acceptance.