Learn how you can use Pine Labs Online ECMS APIs to start generating e-challans.
Electronic Cash Management Services (ECMS) is a payment mode that allows users to transfer funds online. It assigns a unique virtual account ID to customers & provides a challan with payment details. Your customers can make the payment using IMPS, NEFT or RTGS using the details provided in challan.
Pine Labs Online ECMS APIs can be used for the following actions:
Create Challan
POST
Use this API to generate an e-challan.
/api/order/{order_id}/challan
Click to view details
Get Challan
GET
Use this API to get the list of challans.
/api/pay/v1/order/{order_id}/challan
Click to view details
Get Challan PDF
GET
Use this API to download the specific challan.
/api/pay/v1/order/{order_id}/challan/pdf
Click to view details
