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
Query Parameters
Header Parameters
Body ()
Request Body that contains data required for fetching balances of the speficied virtual accounts
Root Schema : VDBalanceRequestDTO
Type: object
Show Source
Nested Schema : virtualAccountRequestDetails
Type: array
Show Source
Nested Schema : VDBalanceRequestDetailsDTO
Type: object
Show Source
  • Pattern: [0-9]{4}[-][0-9]{2}[-][0-9]{2}
    From date for which value dated balance is being fetched
  • Pattern: [0-9]{4}[-][0-9]{2}[-][0-9]{2}
    To date for which value dated balance is being fetched
  • Virtual account number for which balance has to be fetched
Back to Top

Response

Supported Media Types

201 Response

Returns message of succes or failure
Headers
Body ()
Root Schema : VDBalanceServiceWrapperDTO
Type: object
Show Source
Nested Schema : VDBalanceDTO
Type: object
Show Source
Nested Schema : VDBalanceServiceResponseDto
Type: object
Show Source
Nested Schema : PagingDto
Type: object
Show Source
Nested Schema : valueDatedBalanceDetails
Type: array
Show Source
Nested Schema : VDBalanceDetailsDTO
Type: object
Show Source
Nested Schema : codes
Type: array
Show Source
Nested Schema : VDBalanceServiceResponseCode
Type: object
Show Source

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.
Back to Top