I am integrating the payche webcheckout and I need to store information with the payu confirmation page, which sends me data by http post, the problem is that when I finish the transaction I am not receiving the data properly (I think) the form with that information does not reach my method, I put a file to verify the data that arrive from payu to my page and they are arriving, but when I try to send them to my method using a post route and using the request method, nothing arrives. code:
Receive and save function:
Information that arrives from payU
Thank you in advance for the help.