PayU also offers an online interface where the merchant can view transaction details, settlement reports, analytic reports etc. and also take action like capture, cancel, refund etc. This online interface can be accessed through https://www.PayU.in by using the username and password provided to you.
In order to asp.net intergrate payu Payment gateway . https://www.payu.co.za/for-developers/?selectedProduct=easymerchant clicks on this link. Some samples are provided in the above link. After seeing that you will be clear with the transaction process. If you go for live frist create merchant account PayU. Then change the username and password,retrurnUrl and cancal and merchant reference.
soapContent += "<cancelUrl>http://197.84.206.122/dev/integration/demo/developer/payu-redirect-payment-page/cancel-page.php</cancelUrl>";
soapContent += "<merchantReference>1351079862</merchantReference>";
// The return url for redirect shuold be configured accordingly
soapContent += "<returnUrl>http://197.84.206.122/dev/integration/demo/developer/payu-redirect-payment-page/send-getTransaction-via-soap.php</returnUrl>";
// set soap username
XmlNode userName = soapEnvelopeXml.SelectSingleNode("//wsse:Username",nsmgr);
userName.InnerText = "Staging Integration Store 1";
// set soap password
XmlNode userPassword = soapEnvelopeXml.SelectSingleNode("//wsse:Password",nsmgr);
userPassword.InnerText = "78cXrW1W";
No comments:
Post a Comment