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
-
virtualAccountName(optional): string
Description of the virtual Account
-
virtualAccountNo(optional): string
Virtual account number to or from which funds can be transferred
Response
Supported Media Types
- application/json
- 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
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
-
virtualAccountName(optional):
string
Name of the Virtual Account
-
virtualAccountNo(optional):
string
Virtual Account Number
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