i am creating my website in asp.net(VB)/SQL Server
i am working on shopping cart these days and i want to know how this online payment is done
how the products added in shoping cart are tranferred to payment pages and how this online payment work with payment of credit and paypal
how to connect website with paypal and online credit card payment and how to tranfer details like this and this product was sold and this is the total amount that will be deducted from the bank account of the online customer.
do you know what are the disadvantages of using these standard paypal add to cart buttons
and i made the whole structure of my tables in which i created tables like order details, cart table, customer details
so if i use these standard buttons then how i will be able to save information of the customer and order details in my database ? cuz that information will be saved in paypal account only (with only products purchased with total amount etc) and i want to
save all the details of our online customers online in my database along with all the record of their orders with dates and everything...
If you use Website Payment Standard you don’t have to use the PayPal add to cart buttons. You can use your own web page buttons. You can process all your customers information on your web pages in code behind, Customer details, items purchased, qty etc,
save all the required details in your own database tables and then dynamically create a PayPal payment form in your code behind, based on what your customer has purchased, and post this to PayPal when your customer clicks on a button that you have provided
on your web page. That can be any button you like. I simply have a button that say's pay now that triggers the posting of the payment details to PayPal.
You then have two options to capture the payment processing status from PayPal - Payment Data Transfer and Instant Payment Notification. I actually make use of both. Take a look at these here:
The main difference between Website Standard and the Website Pro is with standard your customers are redirected to PayPal along with the payment details to process. Once on the PayPal site your customers then sign in to PayPal and/or enter their credit/Debit
card details. Whereas with Pro your customers stay on your site while your code interacts with PayPal behind the scenes. Your customers enter their credit/Debit card detail on your site pages. You will have to comply with PCI Security to do this. See here:
https://www.paypal.com/pcicompliance
One other difference is there is no monthly subscription cost for Standard; you simply pay a % fee per transaction. With Pro there is a monthly fee to pay as well as a transaction fee.
I am supposed to build a web site tro which online payments are done. That is I have to make the end user to pay via Debit,Visa or American Express. I do not have any idea about it. When I google I can find only PayPal information but I do not get any,
that are related to my requirments. Can anyone please help me? How do I start? Do anyone have any documents or any links that will be useful for a novice like me?
Are you planning to develop an e-commerce website ? Let me know what your website is all about so that i can advise/recommend you the best solution for it.
Yes I want to develope an e-commerce site in which I will be making the users to pay some money for the service that they will be availing in the site. I am not looking for shopping cart etc. I just want a page through which the end user can pay an amount
tro visa,Debit or American Express card and after the payment is received I will facilitate the service for them. Please guide me?
ASP__DEVELOP...
Participant
1066 Points
1035 Posts
how online payment is done ?
Sep 21, 2009 11:03 AM|LINK
i am creating my website in asp.net(VB)/SQL Server
i am working on shopping cart these days and i want to know how this online payment is done
how the products added in shoping cart are tranferred to payment pages and how this online payment work with payment of credit and paypal
how to connect website with paypal and online credit card payment and how to tranfer details like this and this product was sold and this is the total amount that will be deducted from the bank account of the online customer.
Please guide me...
(Online Forums: ASP.NET, SQL, C#, MS Office, Photoshop and much more)
CoolBond
Contributor
2828 Points
562 Posts
Re: how online payment is done ?
Sep 21, 2009 11:39 AM|LINK
Hi
You can integrate the paypal for the online payments. They are the 3rd party vendors who provides the secure transactions in net.
you can download the paypal sdk here
And below are few refrences to the integration of paypal into your application
" If people criticize you, hurt you, or shout at you,Don't be bothered. Just remember, In every game, audience make the noise, not the players "
smcoxon
Contributor
5455 Points
948 Posts
Re: how online payment is done ?
Sep 21, 2009 09:23 PM|LINK
Hi, the easiest option is to use PayPal Website Payment Standard. Take a look here: https://cms.paypal.com/us/cgi-bin/?&cmd=_render-content&content_ID=developer/howto_html_wp_standard_overview
Also look at my previous post here which shows how to create your own 'cart' post to PayPal in code behind. http://forums.asp.net/t/1372382.aspx
Smcoxon
No Gem is ever polished without some friction.
ASP__DEVELOP...
Participant
1066 Points
1035 Posts
Re: how online payment is done ?
Sep 22, 2009 01:44 AM|LINK
do you know what are the disadvantages of using these standard paypal add to cart buttons
and i made the whole structure of my tables in which i created tables like order details, cart table, customer details
so if i use these standard buttons then how i will be able to save information of the customer and order details in my database ? cuz that information will be saved in paypal account only (with only products purchased with total amount etc) and i want to save all the details of our online customers online in my database along with all the record of their orders with dates and everything...
i hope you understood my question ??
(Online Forums: ASP.NET, SQL, C#, MS Office, Photoshop and much more)
smcoxon
Contributor
5455 Points
948 Posts
Re: how online payment is done ?
Sep 22, 2009 11:25 AM|LINK
Hi,
If you use Website Payment Standard you don’t have to use the PayPal add to cart buttons. You can use your own web page buttons. You can process all your customers information on your web pages in code behind, Customer details, items purchased, qty etc, save all the required details in your own database tables and then dynamically create a PayPal payment form in your code behind, based on what your customer has purchased, and post this to PayPal when your customer clicks on a button that you have provided on your web page. That can be any button you like. I simply have a button that say's pay now that triggers the posting of the payment details to PayPal.
You then have two options to capture the payment processing status from PayPal - Payment Data Transfer and Instant Payment Notification. I actually make use of both. Take a look at these here:
https://cms.paypal.com/us/cgi-bin/?&cmd=_render-content&content_ID=developer/howto_html_paymentdatatransfer
https://cms.paypal.com/us/cgi-bin/?&cmd=_render-content&content_ID=developer/e_howto_admin_IPNIntro
There is a good article on integrating PayPal and creating your own IPN here: http://www.west-wind.com/presentations/PayPalIntegration/PayPalIntegration.asp
The main difference between Website Standard and the Website Pro is with standard your customers are redirected to PayPal along with the payment details to process. Once on the PayPal site your customers then sign in to PayPal and/or enter their credit/Debit card details. Whereas with Pro your customers stay on your site while your code interacts with PayPal behind the scenes. Your customers enter their credit/Debit card detail on your site pages. You will have to comply with PCI Security to do this. See here: https://www.paypal.com/pcicompliance
One other difference is there is no monthly subscription cost for Standard; you simply pay a % fee per transaction. With Pro there is a monthly fee to pay as well as a transaction fee.
Take a look at Pro here: https://www.paypal.com/us/cgi-bin/?&cmd=_wp-pro-overview-outside and Standard here: https://www.paypal.com/us/cgi-bin/?&cmd=_wp-standard-overview-outside
If all this is too much for you to tackle you can use one of the readymade Shopping Cart solutions from one of the companies listed here: https://cms.paypal.com/us/cgi-bin/?&cmd=_render-content&content_ID=developer/solutions
Smcoxon
No Gem is ever polished without some friction.
smcoxon
Contributor
5455 Points
948 Posts
Re: how online payment is done ?
Sep 24, 2009 07:58 AM|LINK
Hi,
Another good article on PayPal payments here: http://www.codeproject.com/KB/aspnet/UsePayPalPaymentInASPNET.aspx
Smcoxon
No Gem is ever polished without some friction.
hariprasads
Member
8 Points
4 Posts
Re: how online payment is done ?
Nov 14, 2010 10:18 PM|LINK
Hi,
I am supposed to build a web site tro which online payments are done. That is I have to make the end user to pay via Debit,Visa or American Express. I do not have any idea about it. When I google I can find only PayPal information but I do not get any, that are related to my requirments. Can anyone please help me? How do I start? Do anyone have any documents or any links that will be useful for a novice like me?
Thanks. Hari.
P.S: I am working on C#.Net
ASP__DEVELOP...
Participant
1066 Points
1035 Posts
Re: how online payment is done ?
Nov 15, 2010 07:23 PM|LINK
Hello Hari,
Are you planning to develop an e-commerce website ? Let me know what your website is all about so that i can advise/recommend you the best solution for it.
(Online Forums: ASP.NET, SQL, C#, MS Office, Photoshop and much more)
hariprasads
Member
8 Points
4 Posts
Re: how online payment is done ?
Nov 15, 2010 09:12 PM|LINK
Yes I want to develope an e-commerce site in which I will be making the users to pay some money for the service that they will be availing in the site. I am not looking for shopping cart etc. I just want a page through which the end user can pay an amount tro visa,Debit or American Express card and after the payment is received I will facilitate the service for them. Please guide me?
Thanks
Hari
yukiever
Member
232 Points
176 Posts
Re: how online payment is done ?
Nov 15, 2010 09:19 PM|LINK
Wow this is interesting. So this is the way paypal (Online payment) works!!!
Thanks for the article.