📌Use this API to fetch the current balance of your EnKash Payments account. This helps you monitor your available funds before initiating payouts or other transactions.
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Query Params
Header Params
Request Code 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;' \
--header'Authorization: Bearer <token>'