Get the current balance of virtual account

get

/service/balance/{virtualAccountNo}

This endpoint is used to get the current balance of a given virtual account.

Request

Supported Media Types
Path Parameters
Back to Top

Response

Supported Media Types

201 Response

Returns message of success or failure
Headers
Body ()
Root Schema : CurrentBalanceWrapperServiceDto
Type: object
Show Source
Nested Schema : CurrentBalanceServiceDTO
Type: object
Show Source
Nested Schema : ResponseDto
Type: object
Show Source
Nested Schema : codes
Type: array
Show Source
Nested Schema : ResponseCode
Type: object
Show Source
Nested Schema : args
Type: array
Show Source
Nested Schema : items
Type: object

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