Check Transaction Status
The check transaction status API allows billers to retrieve the current status of a transaction using the unique BBPS transaction ID associated with the bill. This endpoint serves as a reliable method for querying transaction details, providing merchants with real-time updates on payment status.
Headers
Client ID provided by Cashfree.
"your_client_id"
Client secret key provided by Cashfree.
"your_client_secret"
The content type for the request should be application/json.
"application/json"
Path Parameters
Unique identifier for the transaction (BBPS transaction ID).
"test40624"
Response
Unique BBPS transaction ID for the request.
Current status of the transaction (e.g. SUCCESS, PENDING, FAILED).
SUCCESS
, PENDING
, FAILED
Status of the settlement (SETTLED or null).
Unique transaction reference number of the settlement.
Amount of the settlement.
Time of the settlement.
Was this page helpful?