Enkash APIs
HomePayment GatewayPayoutsCreate Account
HomePayment GatewayPayoutsCreate Account
Login
  1. Payout Account Apis
  • Payouts Overview
  • Payouts Sign Up
  • Payout Methods
  • Payout API Response Codes
  • Payouts Integration Steps
  • Encrypting and Decrypting Payload
  • Payouts Status Codes
  • Get Authentication Token
    • Get Authentication Token
  • Beneficiary Apis
    • Create Beneficiary
    • Search Beneficiary
    • Delete Beneficiary
  • Transfer Apis
    • Create Payout
    • Search Payouts
    • Create Batch Payout
  • Payout Account Apis
    • Get Balance
      GET
    • Get Source Bank Account Details
      GET
    • Add Source Bank Account
      POST
    • Fetch Bank Statement
      POST
  • Webhook Data Apis
    • Get Webhook Data
    • Create Webhook Data
  1. Payout Account Apis

Get Balance

Designing
GET
/api/v0/payout-account/balance
Use this API to get the balance of your account.

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Query Params
fundSourceId
string 
required
This represents the ID of the fund source from which the transfer amount will be debited.
Example:
EKCI4XTWKC
debitAccountNumber
string 
optional
This is mandatory for connected banking payouts
Header Params
User-Agent
string 
required

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://test.your-api-server.com/api/v0/payout-account/balance?fundSourceId=EKCI4XTWKC&debitAccountNumber=' \
--header 'User-Agent;'

Responses

🟢200Success
application/json
Body
totalBalance
number 
required
Example
{
    "totalBalance": 0
}
Modified at 2025-06-26 13:42:26
Previous
Create Batch Payout
Next
Get Source Bank Account Details
Built with