473,657 Members | 3,041 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

for online payment what are the requirements?

4 New Member
how to put online payment module on site? I can put shopping cart on site with asp but how to proceed further? Any article or tutorial is there which will guide on required steps
Mar 12 '08 #1
1 1927
JamieHowarth0
533 Recognized Expert Contributor
Hi diptisk,

Contact payment providers such as UC Group, Paypal, SecureTrading, WorldPay, Google Checkout and so on. Each payment provider will give you details on how to integrate your shopping cart with their credit card processing facilities, and details on how much they charge per transaction.

Warning: Google charge 1.5% per transaction - the most competitive in the marketplace - without any monthly fees, and they offer incentives when you use AdWords side-by-side. However, you are not allowed to save your customer's details to your shop database - you can only use their details for the processing of the order in question.
Paypal is a name that people trust when buying online, but you are stuck with PP branding all over your site.
I haven't used ST as yet but plan on doing so, Their prices look competitive and you get a fairly wide choice of branding.

From a code perspective, most providers use XMLPay (or a variation on it) to receive order and credit card details through an XML document or string and return an XML response.
There are generally two ways of processing transactions:
  1. Send the order details (amount, shipping, but not card details) to the payment provider's SSL server (your logo, colours and branding are normally optional so the consumer feels comfortable).
    The customer puts their card details in, the payment gets processed.
    The payment gateway sends a callback to a URL that you specify, in a format you specify (can be name-value pairs - NVPs - or an XML document/string). Your page at your specified URL then does post-transaction processing (like deducting stock from stock levels etc.);
  2. You install an SSL certificate on your server, and take the customer's card details there. You send the full transaction details (card details included) to the payment gateway using HTTP and get a resposne via HTTP. You parse this response to determine the outcome of the card transaction (successful, declined etc.).
I tend to opt for both implementation methods - that way you can analyse customer confidence and behaviour on your site (people tend to trust your company and brand more, if they put details in in your server, rather than going through Paypal or Worldpay).

Hope this helps!

medicineworker
Mar 12 '08 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

11
3260
by: Hazz | last post by:
is there something as easy as just providing a link to an inexpensive credit card approval/payment component to integrate into an asp.net app. My question isn't about the linking process itself but rather about my wanting a very simple but robust credit card transaction component that I would not have to build myself. I already have a navigation system to display product. thank you -greg
1
1708
by: excelleinc.com | last post by:
Hello, One of our clients wants from us to implement online payment option trough his web-site which we developed and we're hosting it. I'm not sure if this is right newsgroup but would like to have few more information on how-to, maybe some useful links and your experiences. We're using ASP.Net on IIS 5
0
2591
by: Shadi Naif | last post by:
I am developing a website contains products that meant to be sold online. The company's location is not supported by Paypal. Is there any way to securely create automated online payment website without using Paypal? Something dose NOT include Check Posted by Mail ????
3
1892
by: Dave Johnson | last post by:
I am responsible for making an e-commerce site in asp.net 2.0, does anyone have relative experiance that can guide me through the development of the Online Payment part, such as a start point from where i can expand my research in asp.net 2.0 new technology i can use for online payment. i know it would be better to answer a set of specific questions such as 1,2,3? but as its my first time and i am at the start of my research, i am looking...
4
7462
by: Jigar A. Thakor | last post by:
how to create online shopping website.. ?? any architecture ?? How to design any guidlines ? and what is verisign ?? other secure protection needed ?? i want to develop in C#,Asp.net,Sql Server...
1
1833
by: Badis | last post by:
Hi, I have sent question before about having my webpage accepting payment from customers and I have been advised to use PayPal service for that but my question now is, Can do it with BPay!!!? because I went to Optus website and bill payments it looks like they are using BPay services because the payment page is "Registered to BPAY". See this link: https://secure.optus.com.au/smartpay/index.jsp Cheers.
1
1288
by: giveDsolution | last post by:
Can anybody give me any links abt Online Payment.....I have to include that in my project
0
1370
by: yuwenwu006 | last post by:
5% paypal handling charge supports the online payment! PayPal cheap Guess wallet Dear friend welcome to shopping on www.Shoes-paypal.cn 1.5% paypal handling charge supports the online payment! 2.Use your intergla replacement more good gift! 3.notes by email and website of deliver each package at first time.
1
1805
by: bnashenas1984 | last post by:
Hi everyone When I started to make my own online store I thought the payment part would be easiest part. Well I was wrong. I'v been googling alot but I can't find any way to safely accept creditcards on my website. I'v already made the shopping cart which allows users select several products and when the user clicks on (Check out) button he/she gets redirected to Paypal website to pay for the purchase. I do this by a simple HTML form....
0
8384
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8718
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8499
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
6162
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5630
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4150
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4300
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2726
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1601
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.