Get all valid value dated balances for the specified account
post
/balanceFetch/getVDBalance
This endpoint is used to get all the valid value date balances for the specified account and date combinations.
Request
Supported Media Types
- application/json
- application/xml
Request Body that contains data required for fetching balances of the speficied accounts
Root Schema : VDBalanceRequestDTO
Type:
Show Source
object
-
accountRequestDetails(optional):
array accountRequestDetails
-
customerId(optional):
string
Pattern:
[a-zA-Z0-9]{1,20}
-
externalSystemId(optional):
string
-
headerBrancRef(optional):
string
-
interfaceMasterId(optional):
string
-
isSimulation(optional):
string
-
methodName(optional):
string
-
source(optional):
string
-
structureId(optional):
string
Pattern:
[0-9a-fA-Z-]{1,36}
-
txnId(optional):
string
Nested Schema : VDBalanceRequestDetailsDTO
Type:
Show Source
object
-
accountNumber(optional):
string
-
balanceType(optional):
string
-
branchCode(optional):
string
-
currencyCode(optional):
string
-
external(optional):
boolean
-
simAccountNumber(optional):
string
-
valueDate(optional):
string
From date for which value dated balance is being fetched
Response
Supported Media Types
- application/json
- application/xml
201 Response
Returns message of succes or failure
Headers
Nested Schema : VDBalanceDetailsDTO
Type:
Show Source
object
-
accountNumber(optional):
string
account number for which balance has to be fetched
-
availableBalance(optional):
number
Value dated balance for the date speficied
-
branchCode(optional):
string
-
currencyCode(optional):
string
Maximum Length:
3
Currency of the account number -
valueDate(optional):
string
Value date for which value dated balance is being fetched
-
valueDatedBalance(optional):
number
Value dated balance for the date speficied
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
405 Response
Invalid input
500 Response
Internal error