Skip to main content
POST
Poll Ticket Status

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 the status of a raised ticket.

ref_id
string
required

Reference ID received from the Raise Ticket Request API response (data.ref_id).

Example:

"TKREF4QOS7X1UGPY7JGUV444P10102202"

Response

Ticket status response.

status
string

HTTP status of the API call. This is always "OK".

Example:

"OK"

message
string

Human-readable outcome indicator. "Ticket details fetched successfully" indicates success; "Ticket request failed" indicates a terminal failure; "Ticket request is still being processed" indicates the request is pending.

Example:

"Ticket details fetched successfully"

data
object

Ticket details and current status. Present once the ticket request has been processed.