Checkout.hubuppayments.com Jun 2026

// Client-side check – not for security const urlParams = new URLSearchParams(window.location.search); const paymentIntent = urlParams.get('payment_intent'); if(paymentIntent) showConfirmation();

8 thoughts on “Payment Integration With Paytm in Spring Boot Application

    1. checkout.hubuppayments.comSHUBHAM KUMAR Post author

      Really sorry for the inconvenience. And Thank You so much for informing me. I have fixed the issue and updated the changes in the article as well as in code on my Github.

      Reply
    1. checkout.hubuppayments.comShivam Rai

      Can u tell e what is the fix for this code. Iread the above comments getting same issue. Not able to find where is the change on github project.

      Reply
      1. checkout.hubuppayments.comSHUBHAM KUMAR Post author

        Yes sure. In the PaymentController.java replace the method logic of getResponseRedirect(HttpServletRequest request, Model model) with the latest one.

        Reply

Leave a Reply

Your email address will not be published. Required fields are marked *