Charge Enquiry Service API REST Endpoints

Charge Services/Charge Enquiry Service API
This service provides APIs to create, update, calculate and inquiry of charges.
Authorize the charges transaction data
Method: get
Path: /service/v1/approveCharges
Calculate and create the cash deposit charges transaction details record
Method: post
Path: /service/v1/cashDepositTxn
Calculate and create the instrument collection charges transaction details record
Method: post
Path: /service/v1/chequeDepositTxn
Calculate the charges
Method: post
Path: /service/v1/charges
Create the charges transaction details record
Method: post
Path: /service/v1/postChargesTxnData
Create the finance transaction details record
Method: post
Path: /service/v1/postFinanceTxnData
Create the invoice transaction details record
Method: post
Path: /service/v1/postInvoiceTxnData
Create the purchase order details record
Method: post
Path: /service/v1/postPoTxnData
Fetch the authorized transaction details for charges
Method: get
Path: /service/v1/getTxnDetails
Fetch the charges details
Method: get
Path: /service/v1/chargeEnquiry
Fetch the charges transaction data
Method: get
Path: /service/v1/chargesTxnData
Process the charge transaction data and calculates charges for periodic charge transaction data
Method: get
Path: /service/v1/batchChargesTxnData
Update the charges transaction data for the given id
Method: patch
Path: /service/v1/chargesTxn/{id}