Manage Cheques and Cards
Below are the service operations and their respective APIs involved in requesting a card.
Card Issue
POSTCreate card issue request with details such as card status, issue date, pin issue date and charges
Update Card
PUTUpdate card issue request with card status, issue date, pin issue date, cancellation date & reason
Remove Issue Card
DELETEDelete or revoke the card issue request for an account
Cheque Issue
POSTIssue a new cheque
-
Update issued cheque details
Remove Cheque Book
DELETEDelete the issued cheque
Change Exchange Rate
You can update the exchange rate when there is a cross-currency involved and by considering facilities and drawings in different currencies.
-
Given the scenario, when there is a cross currency involved considering facility and drawings in different currencies, exchange rate is applicable and the same is updated using the exchange rate functionality. Exchange rate property class is to define the Exchange Rate (FX), rate tolerance and prior days, advance FX fix activity, and so on to support the advance FX fixing requirement. Drawings created other than the facility currency, the exchange rate defined under the exchange rate property should be applied. User should be able to retrieve the exchange rate details updated with this API.