Fetch Agent Wallet Ledger
Use this API to fetch a paginated list of wallet ledger entries for a given Agent Institution. Includes credits (recharges) and debits (bill payments). Results can be filtered by date range, transaction type, or UTR. All request body fields are optional. An empty body returns all entries.
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.
Path Parameters
The BBPS Agent ID (bbpsAgentId) of the Agent Institution.
Query Parameters
Zero-indexed page number. Default is 0.
Number of entries per page. Default is 20.
Body
Request parameters to filter wallet ledger entries.
Filter entries from this datetime. Format: yyyy-MM-dd HH:mm:ss.
"2025-01-01 00:00:00"
Filter entries up to this datetime. Format: yyyy-MM-dd HH:mm:ss.
"2025-01-31 23:59:59"
Filter by transaction type.
CREDIT, DEBIT "DEBIT"
Filter by Unique Transaction Reference number.
"UTR123456789"
Response
Success response for fetching a paginated list of wallet ledger entries for a given Agent Institution.