Relative Content

Tag Archive for reactjsnextjs14

Redirect to another url with POST data in NextJs

I am building a web app with Next.js 14 and need to integrate a payment gateway into it. The payment gateway has provided me with a submission API URL to which I need to post some data. Once the data is posted to this API URL, the user will be redirected to the payment gateway’s website to complete their transaction.