Fetches the details of input Virtual Account.

get

/service/accounts/{virtualAccountNo}

This endpoint is used to fetch the details of a given Virtual Account.

Request

Supported Media Types
Path Parameters
Header Parameters
Back to Top

Response

Supported Media Types

200 Response

Returns updated accounts
Body ()
Root Schema : VirtualAccountWrapperServiceDTO
Type: object
Show Source
Nested Schema : VirtualAccountServiceDTO
Type: object
Match All
Show Source
Nested Schema : VirtualAccountServiceDTO-allOf[0]
Type: object
Show Source
Nested Schema : StructuredAddressServiceDTO
Type: object
Show Source

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