Account Maintenance API REST Endpoints
Maintenance Services/Account Maintenance API
The service is used for account operation
- Adds a new account
- Method: postPath:
/service/account - Close the account by given ID
- Method: patchPath:
/service/account/{accountNumber}/{branchCode}/{currency}/close - Get all valid account
- Method: getPath:
/service/account - Gets the list of virtual and real accounts
- Method: getPath:
/service/account/virtualRealAccountfetch - Reopen the account by given ID
- Method: patchPath:
/service/account/{accountNumber}/{branchCode}/{currency}/reopen - Retrieves the account by ID
- Method: getPath:
/service/account/{accountNumber}/{branchCode}/{currency} - Update an existing account
- Method: putPath:
/service/account/{accountNumber}/{branchCode}/{currency}