Get all the Virtual account closure request status records
get
/service/vaclosurestatus
This endpoint will be used to get all the virtual accounts for which closure request is initiated.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
closureStatus: string
-
customerID: string
-
customerName: string
-
fromDate: string
Pattern:
[0-9]{4}[-][0-9]{2}[-][0-9]{2}
-
ibanAccNo: string
-
limit: integer
limit is maximum no of records to be fetched
-
offset: integer
offset is starting no of records to be fetched
-
sourceReferenceNo: string
-
toDate: string
Pattern:
[0-9]{4}[-][0-9]{2}[-][0-9]{2}
-
virtualAccountBranch: string
-
virtualAccountCcy: string
-
virtualAccountName: string
-
virtualAccountNo: string
-
virtualEntityId: string
Response
Supported Media Types
- application/json
- application/xml
- text/csv
201 Response
Returns virtual account closure request status records
Headers
Root Schema : VAClosureStatusServiceCollection
Type:
object
Collection of Virtual Account Closure Status records.
Show Source
Nested Schema : VAClosureStatusServiceDTO
Type:
Show Source
object
-
branchName:
string
Minimum Value:
0
Maximum Value:105
Name of the Branch for Virtual Account -
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
If any process fails during virtual account closure, then reason for failure will be captured
-
referenceNo:
string
Reference number of Virtual Account Closure Request submission
-
sourceReferenceNo:
string
Source reference number of Virtual Account Closure Request submission
-
virtualAccountName:
string
Name of the virtual account number
-
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