Tag: Parallel Payments

  • Working IPN Handler with Parallel Payments – PayPal Adaptive Payments

    Hey everyone, Just a dummy implementation of a Parallel Payment and an accompanying IPN Handler using the C#/.NET SDK. Feel free to use it however you like. //Handles PayPal IPN public String IPN() { //Post back to either sandbox or live string strSandbox = “https://www.sandbox.paypal.com/cgi-bin/webscr”; //string strLive = “https://www.paypal.com/cgi-bin/webscr”; HttpWebRequest req = (HttpWebRequest)WebRequest.Create(strSandbox); ////Set values…

Create a website or blog at WordPress.com