Get Started

Use webhooks to get notified about events related to the payment flow.

Configure your webhook URL from mercnaht panel. Configure POST method and your API should respond back true status.

Webhook Response

You will receive response as mentioned below.

              
                {
                  "amount": 5000,
                  "currency": "INR",
                  "transactionId": "BM2252XXXXX309800",
                  "customer_details": {
                    "email": "j***k@gmail.com",
                    "mobile": "********13"
                  },
                  "orderId": "pay_OC3j9f5jg1SAmO5",
                  "payment_details": {
                    "type": "UPI",
                    "upi": {
                      "vpa": "saixxx.xxla@ybl"
                    }
                  },
                  "status": "CANCEL",
                  "message": "Transaction Cancelled by user"
                }