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
- application/json
- application/xml
Path Parameters
-
virtualAccountNo: string
Virtual account Number for which current balance is retrieved
Response
Supported Media Types
- application/json
- text/csv
- application/xml
201 Response
Returns message of success or failure
Headers
-
Location: string
URL of newly created balance
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.