Bill Payment Response
Use this API to poll for the result of a previously submitted bill payment request. Call this using both bill_fetch_ref_id and transaction_ref_id from the Bill Payment Request API.
Continue polling until data.status is no longer "processing". Terminal states are "success" and "failed".
Response outcomes by `data.status`
Response outcomes by `data.status`
processing: Payment is still in progress. Continue polling.success: Payment completed successfully.failed: Payment failed.
Documentation Index
Fetch the complete documentation index at: https://www.cashfree.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Your unique client identifier issued by Cashfree. You can find this in your Merchant Dashboard.
Your unique client secret issued by Cashfree. Keep this confidential and never expose it in client-side code. You can find this in your Merchant Dashboard.
Body
Request parameters to poll a bill payment request.