Get the sequence of processes happened as part of virtual account closure
get
/service/vaclosurestatus/process
This endpoint is used to get the sequence of process and the status of each process involved in account closure for the given virtual account number.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
ibanAccNo: string
IBAN number for which latest closure status should be fetched
-
virtualAccountNo: string
virtual account number for which latest closure status should be fetched
Response
Supported Media Types
- application/json
- application/xml
- text/csv
201 Response
Returns the list of processes involved in virtual account closure for the given virtual account
Headers
Root Schema : VAClosureStatusDetailWrapperDTO
Type:
object
Collection of Virtual Account Closure Status log.
Show Source
Nested Schema : VAClosureStatusDetailDTO
Type:
Show Source
object
-
closureStatus:
string
Closure status of virtual account number
-
customerID:
string
Customer ID of the virtual account number
-
ibanAccNo:
string
International Bank Account Number
-
initDate:
string
Date on which account closure request is initiated
-
keyId:
string
ID of Virtual Account Closure Request Status
-
nextProcess:
string
Next process in virtual account closure procedure
-
referenceNo:
string
Reference number of Virtual Account Closure Request submission
-
sourceReferenceNo:
string
Source reference number of Virtual Account Closure Request submission
-
VAClosureStatusLogDTO:
array VAClosureStatusLogDTO
-
virtualAccountName:
string
Name of the virtual account number
-
virtualAccountNo:
string
Virtual Account number for which closure is requested
Nested Schema : VAClosureStatusLogDTO
Type:
Show Source
object
-
id:
string
ID of Virtual Account Closure Status Log
-
process:
string
Process that executed as part of virtual account closure procedure
-
processName:
string
Process that executed as part of virtual account closure procedure
-
processStatus:
string
Allowed values for process status is success, failed or waiting
-
referenceNo:
string
Reference number of Virtual Account Closure Request
-
VAClosureStatusError:
array VAClosureStatusError
-
virtualAccountNo:
string
Virtual account number for which closure is initiated
Nested Schema : VAClosureStatusErrorDTO
Type:
Show Source
object
-
addtionalDescription:
string
Additional description for the error
-
errorCode:
string
Error code
-
errorDesc:
string
Error Description
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