PayPal Gateway Integration in ASP.Net C# -


I want to integrate PayPal gateway in my website. I need a return URL with the required parameters like other payment gateways, which Returns some parameters in which payment is successful and transaction ID etc.

in web.config

  & lt; App settings and gt; & Lt; Add Key = "Token" value = "PW1BDVNqVPVanwduF_Tb2Ey91aT1Uhx1kL7HPc-7e8S-6AnUwSSHyasolSe" /> & Lt; Add key = "paypalemail" value = "@ gmail.com" /> & Lt; Add key = "PayPalSubmitUrl" value = "https://www.paypal.com/cgi-bin/webscr" /> & Lt; Add key = "FailedURL" value = "http://www.mrsoft.co.in/ProceedToPayment.aspx" /> & Lt; Add Key = "SuccessURL" value = "http://www.mrsoft.co.in/ProceedToPayment.aspx" /> & Lt; / AppSettings & gt; (String item, string, string, string phone, string email, string currency) {string redirecturl = ""  

; // Redireable at the Pipel site + = "https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=" ++ Configuration Manager Specified URL for redirecting app settings ["PayPalmail"]. Toasting (); // The first name I specify static based on the login. This value is redirel + "& amp; first_name =" + name; // City I change the user expansion steady on the extension; You redirect this value + = "and city = Bhubaneswar"; // State I suspend fixed on the logged user extension; You redirect this value + = "and state = Odisha"; // product name redirecturl + = "& amp; item_name =" + itemInfo; // product name redirecturl + "" and zodiac = "+ zodiac; // no phone redirection +" "and" night_phone_a = "+ phone; // product name redirecturl + =" & amp; Item_name = "+ itemInfo; // address redirecturl + =" & amp; Address 1 = "+ Email; // Business Contact ID / Redirectional =" & Business = Ketapankum @ gmail.com "; // Shipping Charge if any redirecturl + =" and shipping = 0 "; // if any Redirecturl + = "and handling = 0" handling fee; // Add a redirection + = "end tax = 0"; // quatity; I added only a statically redirecturl + = "and volume = 1"; // currency code redirection + = "And currency =" + currency; // return of return page URL redirecturl + = "and return =" + configuration manager. AppSettings ["SuccessURL"]. ToSt Ring (); // Failed Returns Page URL redirecturl + = "& amp; Cancel_Railter = "+ Configuration Manager. AppSettings [" Failed URL "]. ToString (); Response.Redirect (redirecturl);}

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -