Get all valid value dated balances for the specified virtual account
post
/service/getVDBalance
This endpoint is used to get all valid value dated balances for virtual accounts.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
limit(optional): integer
limit is maximum no of records to be fetched
-
offset(optional): integer
offset is starting no of records to be fetched
Header Parameters
-
sourceCode: string
Source from which request is initiated
Request Body that contains data required for fetching balances of the speficied virtual accounts
Nested Schema : VDBalanceRequestDetailsDTO
Type:
Show Source
object
-
fromDate:
string
Pattern:
[0-9]{4}[-][0-9]{2}[-][0-9]{2}
From date for which value dated balance is being fetched -
toDate:
string
Pattern:
[0-9]{4}[-][0-9]{2}[-][0-9]{2}
To date for which value dated balance is being fetched -
virtualAccountNumber:
string
Virtual account number for which balance has to be 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
-
valuedate(optional):
string
Pattern:
[0-9]{4}[-][0-9]{2}[-][0-9]{2}
Value date for which value dated balance is being fetched -
valueDatedBalance(optional):
number
Value dated balance for the date speficied
-
virtualAccountCcy(optional):
string
Maximum Length:
3
Currency of the virtual account number -
virtualAccountNumber(optional):
string
Virtual account number for which balance has to be fetched
400 Response
Bad request error, the server is unable to process the request
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.