Get all valid virtual accounts allowed as transfer account
get
/service/accounts/virtualaccountsfortransfer/{closureVirAcc}
This endpoint is used to get all valid virtual accounts allowed as transfer account.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
closureVirAcc: string
Virtual account for which siblings needs to be fetched
Query Parameters
-
ibanAccNo(optional): string
International Bank Account Number
-
limit(optional): integer
limit is maximum no of records to be fetched
-
offset(optional): integer
offset is starting no of records to be fetched
-
virtualAccountBranch(optional): string
virtualAccountBranch
-
virtualAccountCcy(optional): string
virtualAccountCcy
-
virtualAccountName(optional): string
Description of the virtual Account
-
virtualAccountNo(optional): string
Virtual account number to or from which funds can be transferred
-
virtualEntityId(optional): string
virtualEntityId
Response
Supported Media Types
- application/json
- text/csv
- application/xml
201 Response
Returns message of success or failure
Headers
Root Schema : TransferVirtualAccountsCollection
Type:
object
Collection of virtual account allowed for closure
Show Source
-
data(optional):
array data
-
messages(optional):
object TransferVirtualAccountResponseDTO
-
paging(optional):
object PagingDto
Nested Schema : TransferVirtualAccountResponseDTO
Type:
Show Source
object
-
codes(optional):
array codes
-
status(optional):
string
Nested Schema : TransferVirtualAccountDTO
Type:
Show Source
object
-
branchCode(optional):
string
Branch code of the Virtual Account
-
defaultAccCcy(optional):
string
Currency of Virtual Account
-
ibanAccNo(optional):
string
International Bank Account Number
-
keyId(optional):
string
KeyId of the Virtual Account
-
realAccountBrn(optional):
string
Real Account Branch
-
realAccountNo(optional):
string
Real Account Number
-
virtualAccountName(optional):
string
Name of the Virtual Account
-
virtualAccountNo(optional):
string
Virtual Account Number
Nested Schema : TransferVirtualAccountResponseCode
Type:
Show Source
object
-
Code(optional):
string
-
Desc(optional):
string
-
Language(optional):
string
-
Type(optional):
string
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