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 of given Virtual Account/Virtual Identifier/Virtual Account IBAN.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
transactionCurrency(optional): string
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
-
txnAccountBrn(optional): string
Virtual Account Branch/Identifier Transacion Branch. The transaction branch is mandatory in case the iput is a virtual identifier
-
virtualAccountIdentifier: string
Virtual Account/Identifier/Virtual Account IBAN for which we have to get the Real Account
Header Parameters
-
sourceCode: string
Source from which request is initiated
Response
Supported Media Types
- application/json
- text/csv
- application/xml
200 Response
Returns message of success and data containing Real Account Details or failure with messages.
Headers
-
Location: string
Returns real account details of given Virtual Account/Identifier
Nested Schema : RealAccountServiceDTO
Type:
Show Source
object
-
accountClass(optional):
string
Account class of the Real Account. It can be Normal account or Multi Currency account
-
address1(optional):
string
First line of the customer address
-
address2(optional):
string
Second line of the customer address
-
address3(optional):
string
Third line of the customer address
-
address4(optional):
string
Fourth line of the customer address
-
corecustAccountNo(optional):
string
Real Account Number as stored in OBVAM
-
corecustAcIban(optional):
string
IBAN of the Real Account
-
corecustAcName(optional):
string
Real Account Name as stored in OBVAM
-
countryCode(optional):
string
Country Code
-
custAcCcy(optional):
string
Real Account currency as stored in OBVAM
-
customerNo(optional):
string
Real Customer Number
-
realAccBrn(optional):
string
Real Account branch as per DDA system
-
realAccNo(optional):
string
Real Account number as per DDA system
-
sourceSystem(optional):
string
Source Code
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