Skip to main content
GET
/
payout
/
v1
/
getBalance
Get Balance
curl --request GET \
  --url https://payout-api.cashfree.com/payout/v1/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}"
Please use this Authorization token in headers to call any payout API (Refresh this page if the token is expired)
Sub CodeStatusMessageSolution
200SUCCESSLedger balance for the account
403ERRORToken is not validVerify the generated token.
412ERRORToken missing in the requestEnter the generated token as the value for Authorization under Headers in this format: Bearer <token>.

Headers

Authorization
string
required

Bearer auth token

Content-Type
string
required

application/json

Response

200

status
string
Example:

"SUCCESS"

subCode
string
Example:

"200"

message
string
Example:

"Ledger balance for the account"

data
object