get https://api.cashfree.com/bbps/biller/bill/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.
Response Parameters
Response Parameters | Type | Description |
---|---|---|
bbps_transaction_id | String | It displays the unique transaction BBPS transaction ID for which the Check Transaction Status API is invoked. |
bill_payment_status | String | It displays the current status of the transaction. The possible values are SUCCESS. PENDING, and FAILED. |
settlement_status | String | It displays the status of the settlement. The possible values are SETTLED and null. |
settlement_utr | String | It displays the unique transaction reference number of the settlement. |
settlement_amount | Integer | It displays the settlement amount. |
settlement_time | DateTime | It displays the time of the settlement. |
Merchants can utilize this API to programmatically monitor and manage bill payments, enabling efficient tracking of transaction status.
URLs