Adhishwar
  1. Common APIs
Adhishwar
  • Introduction
  • Process Flow
  • Error Codes
  • Common APIs
    • Wallet Balance Check
      POST
  • Payout APIs
    • Add NEFT/IMPS Beneficiary
      POST
    • Delete Beneficiary
      POST
    • Get Beneficiary List
      POST
    • NEFT/IMPS Validate Beneficiary
      POST
    • Payout Transaction Request
      POST
    • Direct Payout Transaction Request
      POST
    • Transaction Status
      POST
    • Transaction Status By Request ID
      POST
    • Payout Callback
      POST
    • Service Bank List
      POST
    • Service List
      POST
  1. Common APIs

Wallet Balance Check

Testing
POST
/Payout/Fetch/get_account_balance

Request

Header Params

Body Params application/json

Example
{
    "username": "********",
    "password": "********",
    "requestid": "AwaH5IiZs7K00INwNosXx"
}

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 POST '/Payout/Fetch/get_account_balance' \
--header 'Content-Type: application/json' \
--data-raw '{
    "username": "********",
    "password": "********",
    "requestid": "AwaH5IiZs7K00INwNosXx"
}'

Responses

🟢200Balance Check
application/json
Body

Example
{
    "Resp_code": "RCS",
    "Resp_desc": "Request Completed Successfully",
    "data": [
        {
            "wallet_name": "Main Wallet",
            "balance": "487040.55"
        }
    ]
}
Modified at 2025-07-01 11:24:06
Previous
Error Codes
Next
Add NEFT/IMPS Beneficiary
Built with