Get the balance for all the virtual accounts of a structure
get
/service/structureaccountbalances
This endpoint is used to get the balance for all the virtual accounts of a structure.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
sync: boolean
Specify true/false if sync/async processing is preferredDefault Value:
false
-
virtualAccountCcy(required): string
Currency of the account
-
virtualAccountNo(required): string
Account Number for which balance check is done
Response
Supported Media Types
- application/json
- text/csv
- application/xml
201 Response
Returns message of success or failure
Nested Schema : VamsTbAccountBalanceServiceDTO
Type:
Show Source
object
-
amountBlocked:
number
-
availableBal:
number
-
availableLineAmount:
number
-
benifitFromPool:
number
-
blockedChildContributionList:
array blockedChildContributionList
-
ccyWiseAmount:
object ccyWiseAmount
Additional Properties Allowed: ChildAccountBalance
-
childBlock:
number
-
childContributionList:
array childContributionList
-
childContributions:
number
-
contributionDtoList:
array contributionDtoList
-
currentBalance:
number
-
effectiveBal:
number
-
lastUpdatedBy:
string
-
lastUpdatedOn:
string(date)
-
lastUpdatedRefNo:
string
-
parentVirtualAccount:
string
-
tankedBalance:
number
-
unAuthAmtBlk:
number
-
unauthCr:
number
-
unauthDr:
number
-
uncollectedAmt:
number
-
unutilizedOdAmount:
number
-
version:
number
-
virtualAccountCcy:
string
-
virtualAccountDesc:
string
-
virtualAccountNo:
string
Nested Schema : blockedChildContributionList
Type:
Show Source
array
-
Array of:
object CcyWiseContributionDTO
Cross Currency Contribution Details
Nested Schema : childContributionList
Type:
Show Source
array
-
Array of:
object CcyWiseContributionDTO
Cross Currency Contribution Details
Nested Schema : CcyWiseContributionDTO
Type:
object
Cross Currency Contribution Details
Show Source
-
accountCurrency:
string
VirtualAccount Currency
-
amount:
number
Child Contribution Amount
-
amountInAccCurrency:
number
Amount in VirtualAccount Currency
-
currency:
string
Child Currency
-
exchangeRate:
number
Exchange Rate for Child Currency to Account Currency
202 Response
Error message or validations that occur
401 Response
Unauthorized request error, invalid credentials
403 Response
Request denied, no permission to access the request.
405 Response
Request denied, invalid input.
500 Response
Internal server error.