Creates a new transaction request for Virtual Account Closure
post
/service/accountclosure
This endpoint is used to initiate a new closure request for a set of Virtual Accounts.
Request
Supported Media Types
- application/json
- application/xml
Header Parameters
-
sourceCode(required): string
Source from which request is initiated
Request Body that contains data required for initiating a new Virtual Account Closure request
Root Schema : VAClosureRequestDTO
Type:
Show Source
object
-
operationType:
string
operation type
-
resourceId:
string
resource id
-
resourceName:
string
resource name
-
sourceReferenceNo:
string
Source Reference number of Virtual Account Closure Request
-
TransferDetailsDTO:
array TransferDetailsDTO
Nested Schema : TransferDetailsDTO
Type:
Show Source
object
-
transferInVirAccNo:
string
Virtual Account number from where the funds will be transferred
-
transferOutVirAccNo:
string
Virtual Account number to which the funds will be transferred
-
virtualAccountNumber(required):
string
Virtual Account number for which closure is requested
Response
Supported Media Types
- application/json
- application/xml
- text/csv
201 Response
Returns message of success or failure
Headers
-
Location: string
URL of newly created Virtual Account Closure Request
Nested Schema : ClosureRequestDetailsServiceDTO
Type:
Show Source
object
-
AccountDetailDTO:
array AccountDetailDTO
-
authStatus:
string
Authorization status of Virtual Account Closure Request
-
checkerDateStamp:
string(date)
Checker Date time stamp of Virtual Account Closure Request
-
CheckerId:
string
Checker of Virtual Account Closure Request
-
makerDateStamp:
string(date)
Maker Date time stamp of Virtual Account Closure Request
-
makerId:
string
Maker of Virtual Account Closure Request
-
obvamRequestRefNo:
string
Request Reference Number
-
sourceCode:
string
Source Code
-
sourceReferenceNo:
string
External Reference Number
Nested Schema : AccountDetailDTO
Type:
Show Source
object
-
branchCode:
string
Branch Code of Virtual Account for which Closure was initiated
-
defaultAccCcy:
string
Currency of Virtual Account for which Closure was initiated
-
realCustomerNo:
string
Real Customer Number to whom the Virtual Account Number, for which Closure was initiated, belongs
-
requestRefNo:
string
Reference number of Virtual Account Closure Request
-
sourceRefNo:
string
Source Reference number of Virtual Account Closure Request
-
transferInVirAccNo:
string
Virtual Account number from where the funds will be transferred
-
transferOutVirAccNo:
string
Virtual Account number to which the funds will be transferred
-
vaClosureRefNum:
string
Reference Number for Virtual Account Number
-
virtualAccountName:
string
Virtual Account Name for which Closure was initiated
-
virtualAccountNo:
string
Virtual Account number for which closure is requested
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