Cash Deposit Service API REST Endpoints
Collections Transaction Services/Cash Deposit Service API
This service provides the APIs for cash deposit creation and inquiry and duplicate deposit slip number validation.
- Create the cash deposit slip transaction
- Method: putPath:
/service/v1/denominationCollection/update
- Fetch the cash deposit slip data
- Method: getPath:
/service/v1/cashDepositInquiry
- Process pooling of existing cash transactions
- Method: getPath:
/service/v1/cashDeposit/pooling
- Validate the cash depositSlip number
- Method: getPath:
/service/v1/cashDeposit/duplicateValidation/{depositSlipNo}/{corporateId}