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(required): string
Virtual account for which siblings needs to be fetched
Query Parameters
-
ibanAccNo: string
International Bank Account Number
-
limit: integer
limit is maximum no of records to be fetched
-
offset: integer
offset is starting no of records to be fetched
-
virtualAccountBranch: string
virtualAccountBranch
-
virtualAccountCcy: string
virtualAccountCcy
-
virtualAccountName: string
Description of the virtual Account
-
virtualAccountNo: string
Virtual account number to or from which funds can be transferred
-
virtualEntityId: 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
Nested Schema : TransferVirtualAccountDTO
Type:
Show Source
object
-
branchCode:
string
Branch code of the Virtual Account
-
defaultAccCcy:
string
Currency of Virtual Account
-
ibanAccNo:
string
International Bank Account Number
-
keyId:
string
KeyId of the Virtual Account
-
virtualAccountName:
string
Name of the Virtual Account
-
virtualAccountNo:
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