Service API that Get all valid value dated balances for the specified virtual account
get
/service/getVDBalance
This endpoint is used to get all valid value dated balances for a valudate or specific virtual account.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
valueDate(optional): string
Pattern:
[0-9]{4}[-][0-9]{2}[-][0-9]{2}
Value date for which records are to be fetched -
virtualAccountNumber(optional): string
Virtual account number for which balances has to be fetched
Header Parameters
-
sourceCode: string
Source from which request is initiated
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
204 Response
NO CONTENT. No records found
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.