Reopen account for the given virtual account number
patch
/service/accounts/{virtualAccountNo}/reopen
This endpoint is used to reopen a given virtual account.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
virtualAccountNo(required): string
virtualAccountNo of the accounts Maintenance
Header Parameters
-
sourceCode(required): string
Source from which request is initiated
Request body contain remarks for the virtual account which needs to be reopened
Response
Supported Media Types
- application/json
- application/xml
- text/csv
200 Response
Returns updated accounts
Nested Schema : VirtualAccountServiceDTO-allOf[0]
Type:
Show Source
object
-
accClosureDate:
string
Date in which Virtual Account is closed
-
accLiqdAllowed:
string
Default Value:
N
Pattern:[Y,N]
Flag to indicate if Liquidity Management is allowed for a virtual account -
accOpenDate:
string
Date in which Virtual Account is opened
-
accountFrozen:
string
Default Value:
N
Pattern:[Y,N]
Flag to indicate if Account is frozen -
accountPurpose:
string
Minimum Length:
0
Maximum Length:105
Purpose of Virtual Account -
addressLine1:
string
Minimum Length:
0
Maximum Length:35
Address Line 1 -
addressLine2:
string
Minimum Length:
0
Maximum Length:35
Address Line 2 -
addressLine3:
string
Minimum Length:
0
Maximum Length:35
Address Line 3 -
addressLine4:
string
Minimum Length:
0
Maximum Length:35
Address Line 4 -
approverRemarks:
string
Remarks made by Approver
-
authStatus:
string
Authorization Status of Virtual Account
-
balAvailabilityOptions:
string
Default Value:
O
Pattern:[O,P,B]
If Balance check is required then balance availability option needs to be selected -
balChkForDebits:
string
Default Value:
N
Pattern:[Y,N]
Flag to indicate if Balance check is required for Debit Transactions -
branchCode:
string
Branch code of the Virtual Account
-
branchName:
string
Minimum Value:
0
Maximum Value:105
Name of the Branch for Virtual Account -
checkerDateStamp:
string
Date and Time when some action on Virtual Account is authorized
-
checkerId:
string
Checker ID of Virtual Account
-
countryCode:
string
Country Code
-
creditTxnsAllowed:
string
Default Value:
N
Pattern:[Y,N]
Flag to indicate if Credit Transaction is allowed -
debitTxnsAllowed:
string
Default Value:
N
Pattern:[Y,N]
Flag to indicate if Debit Transaction is allowed -
defaultAccCcy:
string
Currency of Virtual Account
-
doerRemarks:
string
Remarks made by Maker
-
fixedAmount:
number
Pattern:
([0-9]+)?
Amount should be given if overdraft is allowed -
fixedAmtFromPool:
number
Pattern:
([0-9]+)?
Amount should be given if balance availability option is selected as Own Balance + Fixed Amount From Pool -
ibanAccNo:
string
IBAN Account Number
-
ibanRequired:
string
Default Value:
N
Pattern:[Y,N]
Flag to indicate if IBAN is required -
interestCalcReq:
string
Default Value:
N
Pattern:[Y,N]
Flag to indicate if Interest Calculation is required -
lastActivityDate:
string
Last Activity Date
-
makerDateStamp:
string
Date and Time when Virtual Account is created or modified or closed or reopened
-
makerId:
string
Maker ID of Virtual Account
-
modNo:
integer
Version number of Virtual Account
-
odEndDate:
string
Pattern:
[0-9]{4}[-][0-9]{2}[-][0-9]{2}
Date till when OD amount can be included in calculating balance -
odStartDate:
string
Pattern:
[0-9]{4}[-][0-9]{2}[-][0-9]{2}
Date from when OD amount can be included in calculating balance -
onceAuth:
string
Flag that indicated if Virtual Account is authorized once or not
-
overdraftAllowed:
string
Default Value:
N
Pattern:[Y,N]
Flag to indicate if Overdraft is allowed -
pincode:
string
Pattern:
([a-zA-Z0-9]+)?
Pincode -
realAccLinkage:
string
Default Value:
A
Pattern:[A,S]
Indicates if Real Account Linkage is at Account level or Structure level -
realAccountBrn:
string
Branch in which Real Account exists
-
realAccountCcy:
string
Currency of the Real Account Number
-
realAccountNo:
string
Real Account Number for which Virtual Account is created
-
realCustomerNo:
string
Real Customer Number for whom Virtual Account is created
-
recordStatus:
string
Record Status of Virtual Account
-
resourceId:
string
resource id of Virtual Account
-
sanctionChkStatus:
string
Sanction check status
-
status:
string
Pattern:
[A,I]
Status of the Virtual Account -
structureCode:
string
Code to identify Virtual Account Structure
-
StructuredAddressServiceDTO:
object StructuredAddressServiceDTO
-
unauthModNos:
array unauthModNos
-
virtualAccountName:
string
Minimum Length:
1
Maximum Length:105
Name of the Virtual Account -
virtualAccountNo:
string
Minimum Length:
0
Maximum Length:20
Virtual Account Number -
virtualAccProduct:
string
Corporate Specific Virtual Account Product
-
virtualEntityId:
string
Virtual Entity for which Virtual Account is created
-
virtualEntityName:
string
Virtual Entity Name for which Virtual Account is created
-
virtualParentAcc:
string
Parent Account for the virtual account
Nested Schema : StructuredAddressServiceDTO
Type:
Show Source
object
-
buildingName:
string
building Name
-
buildingNumber:
string
Building Number
-
countrySubDivision:
string
Country Sub Division
-
department:
string
Department
-
districtName:
string
District name
-
floor:
string
Floor
-
postbox:
string
postbox
-
postcode(required):
string
postcode
-
room:
string
Room
-
streetName:
string
Street Name
-
strrCountry(required):
string
Maximum Length:
2
country -
subDepartment:
string
Sub Department
-
townLocationName:
string
Town Location Name
-
townName(required):
string
Town Name
-
virtualAccountNo:
string
Virtual Account Number
Nested Schema : unauthModNos
Type:
Show Source
array
-
Array of:
integer
Lists all unauthorized modNos if any in case of modify operation
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.
405 Response
Request denied, invalid input.
500 Response
Internal server error.