Creates a new transaction request for Virtual Account Closure

post

/service/accountclosure

This endpoint is used to initiate a new closure request for a set of Virtual Accounts.

Request

Supported Media Types
Header Parameters
Body ()
Request Body that contains data required for initiating a new Virtual Account Closure request
Root Schema : VAClosureRequestDTO
Type: object
Show Source
Nested Schema : TransferDetailsDTO
Type: array
Show Source
Nested Schema : TransferDetailsDTO
Type: object
Show Source
Back to Top

Response

Supported Media Types

201 Response

Returns message of success or failure
Headers
Body ()
Root Schema : ClosureDetailsServiceDTOWrapper
Type: object
Show Source
Nested Schema : ClosureRequestDetailsServiceDTO
Type: object
Show Source
Nested Schema : ClosureReqDetailsResponseDto
Type: object
Show Source
Nested Schema : AccountDetailDTO
Type: array
Show Source
Nested Schema : AccountDetailDTO
Type: object
Show Source
Nested Schema : codes
Type: array
Show Source
Nested Schema : ClosureReqDetailsResponseCode
Type: object
Show Source

400 Response

Malformed syntax.

401 Response

Request does not have sufficient credentials.

403 Response

Request is not authorized.

405 Response

Invalid input

500 Response

Internal error
Back to Top