Account Maintenance API REST Endpoints

Maintenance Services/Account Maintenance API
The service is used for account operation
Adds a new account
Method: post
Path: /service/account
Close the account by given ID
Method: patch
Path: /service/account/{accountNumber}/{branchCode}/{currency}/close
Get all valid account
Method: get
Path: /service/account
Gets the list of virtual and real accounts
Method: get
Path: /service/account/virtualRealAccountfetch
Reopen the account by given ID
Method: patch
Path: /service/account/{accountNumber}/{branchCode}/{currency}/reopen
Retrieves the account by ID
Method: get
Path: /service/account/{accountNumber}/{branchCode}/{currency}
Update an existing account
Method: put
Path: /service/account/{accountNumber}/{branchCode}/{currency}