Hi, i try to use paypals IPN (Instant Payment Notification)
I have a paypal express checkout button on my form and after a successfully payment paypal send me a confirmation.
Its works ok i also get success from paypal side (IPN was sent and the handshake was verified.)
The problem is that i can't get the request text that paypal send to me. I will use the request text on a memo in my session.
Have somebody any idea how to make this?
i use TIdHTTPServer, TIdHTTPand TIdSSLIOHandlerSocketOpenSSL places on the UniServerModule form with following settings
object IdHTTPServer1: TIdHTTP