I've been requested to perform a simulation of a credit card transaction in which the data is transferred to the processor but then communication cuts out before the processor can confirm that it has been processed. Our developer is trying to integrate
error handling in which we send the credit card data successfully but then the conversation cuts out for whatever reason in the middle of the transaction. I can't really wrap my head around a way to allow an outbound connection to be established over TCP and
then denying a response after the 3-way handshake has been completed. Any thoughts?
↧