GET
/
payout
/
v1.2
/
getBalance
curl --request GET \
  --url https://payout-api.cashfree.com/payout/v1.2/getBalance \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: <content-type>'
"{\n  \"status\":\"SUCCESS\", \n  \"subCode\":\"200\", \n  \"message\":\"Ledger balance for the account\", \n  \"data\": \n    { \n      \"balance\":\"214735.50\", \n      \"availableBalance\":\"173980.50\"\n    }\n}"

Headers

Authorization
string
required

Bearer auth token

Content-Type
string
required

application/json

Query Parameters

paymentInstrumentId
string

Specify the fund source ID from where you want the amount to be debited.

Response

200
application/json

200

The response is of type object.