Retrieves the Real account for given Virtual Account/Virtual Identifier/Virtual Account IBAN

get

/service/realaccountforvirtual

This end point is used to retrieve the Real Account details for a given Virtual Account/Virtual Identifier/Virtual Account IBAN.

Request

Supported Media Types
Query Parameters
  • transaction currency in case of virtual Identifier. In case of an identifier linked to real account using virtual multi currency account group, if this field value is given as input, and the VMCA has a real account with same Ccy, then that real account will be returned, otherwise if default account exists, it will be returned
  • Virtual Account Branch/Identifier Transacion Branch. The transaction branch is mandatory in case the iput is a virtual identifier
  • Virtual Account/Identifier/Virtual Account IBAN for which we have to get the Real Account
Header Parameters
Back to Top

Response

Supported Media Types

200 Response

Returns message of success and data containing Real Account Details or failure with messages.
Headers
Body ()
Root Schema : RealAcountWrapperDTO
Type: object
Show Source
Nested Schema : RealAccountServiceDTO
Type: object
Show Source
Nested Schema : ResponseDtoForGet
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.

500 Response

Internal server error
Back to Top