URL for virtual account check from external systems

post

/service/eac

This endpoint is used to validate the given list of virtual accounts.

Request

Supported Media Types
Header Parameters
Body ()
Request Body contains data that is required to create a validate list of accounts.
Root Schema : EACRequestMastDTO
Type: object
Show Source
Nested Schema : eacRequestDetDTO
Type: array
Show Source
Nested Schema : EACRequestDetDTO
Type: object
Show Source
Back to Top

Response

Supported Media Types

201 Response

Returns message of success and data containing request body or failure with messages.
Headers
Body ()
Root Schema : EACServiceResponseDTO
Type: object
Show Source
Nested Schema : EACResponseMastDTO
Type: object
Show Source
Nested Schema : ResponseDtoWrapper
Type: object
Show Source
Nested Schema : eacResponseDetDTO
Type: array
Show Source
Nested Schema : EACResponseDetDTO
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

Malformed syntax.

401 Response

Request does not have adequate credentials

403 Response

Request is not authorized.

405 Response

Invalid input

500 Response

Internal error
Back to Top