GET
/
bbps
/
biller
/
bill
/
status
/
{bbps_transaction_id}
"{\n  \"bbps_transaction_id\": \"test40624\",\n  \"bill_payment_status\": \"SUCCESS\",\n  \"settlement_status\": \"SETTLED\",\n  \"settlement_utr\": \"DUMMYUTR\",\n  \"settlement_amount\": 1,\n  \"settlement_time\": \"2024-07-30 11:39:42\"\n}"

Headers

x-client-id
string
required

Client ID provided by Cashfree.

x-client-secret
string
required

Client secret key provided by Cashfree.

Content-Type
string
required

The content type for the request should be application/json.

Path Parameters

bbps_transaction_id
string
required

Unique identifier for the transaction (BBPS transaction ID).

Response

200 - application/json
bbps_transaction_id
string

Unique BBPS transaction ID for the request.

bill_payment_status
enum<string>

Current status of the transaction (e.g. SUCCESS, PENDING, FAILED).

Available options:
SUCCESS,
PENDING,
FAILED
settlement_status
string

Status of the settlement (SETTLED or null).

settlement_utr
string

Unique transaction reference number of the settlement.

settlement_amount
integer

Amount of the settlement.

settlement_time
string

Time of the settlement.