react fetch success post url in browser

642 Views Asked by At

I am integrating payumoney payment gateway in my reactjs website. the success url for the successful transaction is post method. so whenever transaction got success, page got redirected to success url which is not loaded, since it is post request. So how i can fetch the details and load my website.

1

There are 1 best solutions below

0
PranavPinarayi On

You must have an API endpoint as success url. I implemented this by set success url to my backend, and from there accept the post request and redirect to front end page