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 finance transaction details
- Method: postPath:
/service/v1/postFinanceTxnData
- Creates purchase order details
- Method: postPath:
/service/v1/postPoTxnData
- Creates the invoice transaction details
- Method: postPath:
/service/v1/postInvoiceTxnData
- fetch the authorized transaction details
- Method: getPath:
/service/v1/getTxnDetails
- Fetch the charges transaction data
- Method: getPath:
/service/v1/chargesTxnData
- Fetche charges details
- Method: getPath:
/service/v1/chargeEnquiry
- Update the charges transaction data for the given id
- Method: patchPath:
/service/v1/chargesTxn/{id}