Skip to main content
GET
/
bbps
/
cou
/
agent
/
{agentId}
/
wallet
/
balance
Fetch Agent Wallet Balance
curl --request GET \
  --url https://sandbox.cashfree.com/bbps/cou/agent/{agentId}/wallet/balance \
  --header 'x-client-id: <api-key>' \
  --header 'x-client-secret: <api-key>'
{
  "balance": 5000
}

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

x-client-id
string
header
required

Your unique client identifier issued by Cashfree. You can find this in your Merchant Dashboard.

x-client-secret
string
header
required

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

agentId
string
required

The BBPS Agent ID (bbpsAgentId) of the Agent Institution.

Response

Success response for fetching the current available wallet balance for a given Agent Institution.

balance
number<decimal>

Current available wallet balance in INR.

Example:

5000