i am working on a shopping cart, now i have to integrate Payment gateway<Paypal>.But i dont have any idea how to do this. Please let me know the complete processes of integrating paypal, is it possible to check paypal payment gate through dummy transactions.Looking
for a step by step solution for this.
i am working on a shopping cart, now i have to integrate Payment gateway<Paypal>.But i dont have any idea how to do this. Please let me know the complete processes of integrating paypal, is it possible to check paypal payment gate through dummy transactions.Looking
for a step by step solution for this.
On the web lots of Articles present for the same ony you have to seach it any search engine, some of them are:
Just an alternative option for you: You can also try using Authorize.net payment gateway. I've tried that before and it works pretty well.
First you'll have to set up a developer test account for you to be able to test the payment processing and functionality. You can sign-up here:
https://developer.authorize.net/testaccount/
paypal provides you sandbox account https://developer.paypal.com/ . where you can create your account and check your transactions. you can configure your settings too. paypal provides you 2 keys which needs to configure in website. rest is just api calls.
At the time of making it live, you have to change the url and provided keys from sandbox account to the real paypal site.
circut009
Member
43 Points
86 Posts
Payment Gateway Integration
Aug 20, 2012 12:31 PM|LINK
Hi,
i am working on a shopping cart, now i have to integrate Payment gateway<Paypal>.But i dont have any idea how to do this. Please let me know the complete processes of integrating paypal, is it possible to check paypal payment gate through dummy transactions.Looking for a step by step solution for this.
Reagrds,
circut
Rajneesh Ver...
All-Star
37206 Points
6820 Posts
Re: Payment Gateway Integration
Aug 20, 2012 12:38 PM|LINK
On the web lots of Articles present for the same ony you have to seach it any search engine, some of them are:
http://www.codeproject.com/Articles/42894/Introduction-to-PayPal-for-C-ASP-NET-developers
http://forums.asp.net/t/1440988.aspx/1
http://www.dotnetfunda.com/articles/article928-online-payments-using-paypal-integration-with-aspnet.aspx
http://go4answers.webhost4life.com/Example/paypal-payment-gateway-integration-165756.aspx
http://indiandotnet.wordpress.com/2009/04/14/simplest-paypal-integration-with-aspnet-in-5-steps/
http://vijayvigneshonflex.blogspot.in/p/paypal-integration-in-aspnet.html
http://forums.asp.net/t/1790147.aspx/1
http://paypaldeveloper.blogspot.in/2009/02/how-to-integration-paypal-with-aspnet-c.html
http://www.dotnetspider.com/resources/43962-How-integrate-PayPal-ASP.NET.aspx
www.rajneeshverma.com
Keep Forums Clean || Use Alert Moderators.
vinz
All-Star
127011 Points
17934 Posts
MVP
Re: Payment Gateway Integration
Aug 20, 2012 01:00 PM|LINK
Just an alternative option for you: You can also try using Authorize.net payment gateway. I've tried that before and it works pretty well.
First you'll have to set up a developer test account for you to be able to test the payment processing and functionality. You can sign-up here: https://developer.authorize.net/testaccount/
After that you can download and try out SIM integration: http://developer.authorize.net/api/sim/
Or choose the best API that best suits your needs here: http://developer.authorize.net/downloads/samplecode/
For more details you can check out the developer home page here: http://developer.authorize.net/
MessageBox Controls for WebForms | Blog | Twitter | Linkedin
sachinp290
Member
88 Points
21 Posts
Re: Payment Gateway Integration
Jan 27, 2013 07:30 AM|LINK
paypal provides you sandbox account https://developer.paypal.com/ . where you can create your account and check your transactions. you can configure your settings too. paypal provides you 2 keys which needs to configure in website. rest is just api calls. At the time of making it live, you have to change the url and provided keys from sandbox account to the real paypal site.