Bank Parameters API REST Endpoints

Messaging Services/Bank Parameters API
This service is used for bank parameters details.
Adds a new bank
Method: post
Path: /bank
Authorize the bank by given ID
Method: patch
Path: /bank/{id}/approve
Close the bank by given ID
Method: patch
Path: /bank/{id}/close
Deletes the bank identified by given ID
Method: delete
Path: /bank/{id}
Get all valid bank
Method: get
Path: /bank
Gets the list of external banks
Method: get
Path: /bank/external
Gets the list of internal banks
Method: get
Path: /bank/internal
Reopen the bank by given ID
Method: patch
Path: /bank/{id}/reopen
Retrieves the bank by ID
Method: get
Path: /bank/{id}
Retrives the bank by given ID
Method: get
Path: /bank/{id}/history
Retrives the bank by given ID
Method: get
Path: /bank/{id}/unauthorized
Update an existing bank
Method: put
Path: /bank/{id}