Cashdesk Investment
There are specific System operations related to cash transactions:
- Cash deskInvestment – is a method of funds issuing within the SDK.Finance system. It simply increases the selected cash desk coin’s balance, which later can be used for withdrawals or transfers to other cash desks. Cashier enters received from accountant request identifier, ensures that all information is correct and completes the process.
Use this API to create a request to perform a cash investment operation to the specified cash desk.
In the API request body, you need to specify the amount to invest, the wallet serial number of the required cash desk and the full name of the collector who invests money in the cash desk.
In the response, you will receive the cash investment request identifier in the requestIdentifier parameter, status in requestStatus parameter, along with all request details.
After creation, the cash investment request has the status pending.
Pass this cash investment request identifier in the API POST /investments/{requestIdentifier}/accept to accept the request or to any other API where it is required.
Use this API to get the cash investment request details by the provided request identifier.
Cash investment request identifier can be taken from requestIdentifier in the response of API for cash investment request creation POST /investments.
In the response, you will receive cash investment request status along with all request details.
API can be called only by the authorised user with the appropriate permission.
Use this API to accept the request to perform cash investment operation by provided request identifier.
Accounting model scheme: Cash desk Investment