Bank Transfer/ Electronic Cash Management Services

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
Ask AI
Assistant
Order Lifecycle
Refunds
Settlements
Checkout
Dashboard
International Payments
How do I implement webhook notifications for payment status updates, and what's the recommended way to verify webhook authenticity?
How do I integrate Pine Labs payment gateway with my React Native mobile app and what are the required API credentials?
Can I customize the payment UI for card transactions, and what parameters can I pass to modify the checkout experience for my customers?
Assistant