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.

Response Parameters

Response ParametersTypeDescription
bbps_transaction_idStringIt displays the unique transaction BBPS transaction ID for which the Check Transaction Status API is invoked.
bill_payment_statusStringIt displays the current status of the transaction. The possible values are SUCCESS. PENDING, and FAILED.
settlement_statusStringIt displays the status of the settlement. The possible values are SETTLED and null.
settlement_utrStringIt displays the unique transaction reference number of the settlement.
settlement_amountIntegerIt displays the settlement amount.
settlement_timeDateTimeIt 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

Language
Click Try It! to start a request and see the response here!