Bank Parameters API REST Endpoints
Messaging Services/Bank Parameters API
This service is used for bank parameters details.
- Adds a new bank
 - Method: postPath:
/bank - Authorize the bank by given ID
 - Method: patchPath:
/bank/{id}/approve - Close the bank by given ID
 - Method: patchPath:
/bank/{id}/close - Deletes the bank identified by given ID
 - Method: deletePath:
/bank/{id} - Get all valid bank
 - Method: getPath:
/bank - Gets the list of external banks
 - Method: getPath:
/bank/external - Gets the list of internal banks
 - Method: getPath:
/bank/internal - Reopen the bank by given ID
 - Method: patchPath:
/bank/{id}/reopen - Retrieves the bank by ID
 - Method: getPath:
/bank/{id} - Retrives the bank by given ID
 - Method: getPath:
/bank/{id}/history - Retrives the bank by given ID
 - Method: getPath:
/bank/{id}/unauthorized - Update an existing bank
 - Method: putPath:
/bank/{id}