Virtual Accounts

Collect money from your customers and vendors using Virtual Bank Account Numbers with real-time settlement into your bank account. Supported modes are IMPS, NEFT & RTGS. Highly suitable for large value collections.

Manage High-Value Collections with Virtual Bank Accounts

Simplify your payment collection process by leveraging Virtual Bank Account Numbers for seamless transactions with your customers and vendors. This powerful solution supports IMPS, NEFT, and RTGS modes, ensuring quick and secure payments that settle directly into your bank account in real time.

Whether you’re handling large-value transactions or managing multiple payments, Virtual Bank Accounts offer a streamlined and efficient approach to payment collection. By enabling real-time settlement, this solution minimizes delays and improves cash flow, making it highly suitable for businesses that prioritize efficiency and precision.

Adopt Virtual Bank Accounts to enhance your financial operations, reduce manual reconciliation efforts, and deliver a superior payment experience for your business partners.

Configure a Webhook from https://app.instantpay.in/developers/subscribe to receive payment notifications.

Process of Webhooks:-

Please configure webhooks for the same from https://app.instantpay.in/developers/subscribe

Please create a URL at your end on which we hit a GET request with some parameters.

Parameters are:-

&ipay_id='.$cb_ipay_id.'&agent _id=your_ref_id&opr_id=value&s tatus=SUCCESS&res_code=TXN&res _msg=

You will get the final status of the transactions through the call back. Incase of pending transactions you will get the final status of that transaction when the status will change to REFUND or SUCCESS.

Enable logs on that URL
Once you click update, You will get a hit where you will find parameter ipayid
Find that value and paste it in input on instantPay portal to verify

In case of any doubt, Please mention the exact step where you are facing problem

📘

Note :

For Callback Webhook Documents Click Here