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 | Represents the unique BBPS transaction ID for which the check transaction status API is invoked. |
bill_payment_status | String | Indicates the current status of the transaction that includes - SUCCESS, PENDING and FAILED. |
Merchants can utilize this API to programmatically monitor and manage bill payments, enabling efficient tracking of transaction status.
URLs