I am using a service in PHP as a Redsys payment gateway in which it connects, performs card payment and obtains a response code.
This answer needs to be redirected to another external server with the order code to notify the response given by this service.
The answer must be sent by POST method but I do not know how to do it since I am not using any form, I simply receive the data by POST and that same POST I want to redirect it to another external server.
Greetings.