Charge Enquiry Service API REST Endpoints
Charge Services/Charge Enquiry Service API
Tis service provides APIs to create, update, calculate and inquiry of charges.
- Authorizes the charges transaction data
- Method: getPath:
/service/v1/approveCharges - Calculate the charges for periodic charge transaction data
- Method: getPath:
/service/v1/batchChargesTxnData - Calculates and creates cash deposit charges transaction
- Method: postPath:
/service/v1/cashDepositTxn - Calculates and creates instrument collection charges transaction
- Method: postPath:
/service/v1/chequeDepositTxn - Calculates the charges
- Method: postPath:
/service/v1/charges - Create cash withdrawal charges transaction
- Method: postPath:
/service/v1/cashWithdrawalTxn - Create the charges transaction details
- Method: postPath:
/service/v1/postChargesTxnData - Creates purchase order details
- Method: postPath:
/service/v1/postPoTxnData - Creates the invoice transaction details
- Method: postPath:
/service/v1/postInvoiceTxnData - Fetch charge details
- Method: getPath:
/service/v1/chargeEnquiry - Fetch the authorized transaction details
- Method: getPath:
/service/v1/getTxnDetails - 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}