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: getPath:
/service/v1/approveCharges
- Calculate and create the cash deposit charges transaction details
- Method: postPath:
/service/v1/cashDepositTxn
- Calculate and create the instrument collection charges transaction details
- Method: postPath:
/service/v1/chequeDepositTxn
- Calculate the charges
- Method: postPath:
/service/v1/charges
- Calculate the charges for periodic charge transaction data
- Method: getPath:
/service/v1/batchChargesTxnData
- Create the charges transaction details
- Method: postPath:
/service/v1/postChargesTxnData
- Create the finance transaction details
- Method: postPath:
/service/v1/postFinanceTxnData
- Create the invoice transaction details
- Method: postPath:
/service/v1/postInvoiceTxnData
- Create the purchase order details
- Method: postPath:
/service/v1/postPoTxnData
- Fetch the authorized transaction details for charges
- Method: getPath:
/service/v1/getTxnDetails
- Fetch the charges details
- Method: getPath:
/service/v1/chargeEnquiry
- Fetch the charges transaction data
- Method: getPath:
/service/v1/chargesTxnData
- Update the charges transaction data for the given id
- Method: patchPath:
/service/v1/chargesTxn/{id}