Bill Fetch Request
Use this API to initiate a bill fetch or bill validation request for a customer.
This is an async API. It returns only an acknowledgement with a ref_id.
The actual bill details must be retrieved separately by polling the Bill Fetch Response API using this ref_id.
Flow determination logic
Flow determination logic
| Biller Configuration | NBBL Request Sent | Flow in Response |
|---|---|---|
fetch_requirement = MANDATORY or OPTIONAL | BillFetchRequest | FETCH_AND_PAY |
support_bill_validation = MANDATORY or OPTIONAL | BillValidationRequest | VALIDATE_AND_PAY |
Both NOT_SUPPORTED | Error | Use Payment API directly |
Store the flow field from the response. It determines which fields to expect in the Bill Fetch Response.
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 initiate a bill fetch or bill validation request.