473,657 Members | 2,385 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Questions about credit card payment handling

I have never done anything involving handling credit card payment
online. I searched this forum a little bit, and found a few related
questions. But, I am still not clear how the solutions they talked
about work.

I do NOT want my users to go to another domain (either through a popup
window or not) to make the payment and redirected back to my web site,
because this does not sound professional. In other words, I would
like to handle the credit card payment right in my web application,
just like most professional online vendors do.

So, is PayPal still an option? Is there any sample code for any
payment API out there? Thanks a lot.
Apr 10 '08 #1
8 2048
There are several options you have
there is Google pay, PayPal, open merchant account

1. Google pay. You will have to do through Google site
2. PayPal - I believe they offer APIs to be able to process credit cards
transparently for user....
3. Open merchant account... Go to authorize.net - they are the most know
gateway....

George.
"gnewsgroup " <gn********@gma il.comwrote in message
news:89******** *************** ***********@p25 g2000hsf.google groups.com...
>I have never done anything involving handling credit card payment
online. I searched this forum a little bit, and found a few related
questions. But, I am still not clear how the solutions they talked
about work.

I do NOT want my users to go to another domain (either through a popup
window or not) to make the payment and redirected back to my web site,
because this does not sound professional. In other words, I would
like to handle the credit card payment right in my web application,
just like most professional online vendors do.

So, is PayPal still an option? Is there any sample code for any
payment API out there? Thanks a lot.

Apr 10 '08 #2
On Apr 10, 12:01 pm, "George Ter-Saakov" <gt-...@cardone.com wrote:
There are several options you have
there is Google pay, PayPal, open merchant account

1. Google pay. You will have to do through Google site
2. PayPal - I believe they offer APIs to be able to process credit cards
transparently for user....
3. Open merchant account... Go to authorize.net - they are the most know
gateway....

George.
Then Google pay is out.

If both 2 and 3 can process credit payment transparently, then they
are good options.
Apr 10 '08 #3
Hi,

Just my 2 cents but unless your site was a very well know site, I would
never give you my credit card information directly in your site just because
I know nothing about you.

On the other hand, I would have no problems buying something from you if I
saw that you are using Google or PayPal to process the payment. For this to
happen I would like to see the PayPal or Google etc domains to clearly
appear on the URI before I enter any personal information on the page.

I really don't agree with you that using a well-known outside party to
process the payment is unprofessional, I see that as the exact opposite.
When I buy something for your site I am interested on the products you sell
I personally could not careless about the checkout page.

Just my option.
"gnewsgroup " <gn********@gma il.comwrote in message
news:cd******** *************** ***********@a22 g2000hsc.google groups.com...
On Apr 10, 12:01 pm, "George Ter-Saakov" <gt-...@cardone.com wrote:
>There are several options you have
there is Google pay, PayPal, open merchant account

1. Google pay. You will have to do through Google site
2. PayPal - I believe they offer APIs to be able to process credit cards
transparentl y for user....
3. Open merchant account... Go to authorize.net - they are the most know
gateway....

George.

Then Google pay is out.

If both 2 and 3 can process credit payment transparently, then they
are good options.

Apr 10 '08 #4
You should probably do a lot, and I mean a lot of research first. There are
new rules by the credit card processing companies on what you can and cannot
do during the collection, processing, and storing of data. If you violate
these rules you can be in big trouble. That's one of the main reasons why
shopping carts are scrambling to get certified. You may want to start with
looking for a good cart system instead of trying to home-grow it. Sometimes
it makes it easier to get a merchant account setup since they can reject you
if they don't feel you've got your act together.

Check out http://www.dotshoppingcart.com/ They have an OpenSource edition
that has lots of excellent features and, because it's open-sourced, is
extensible.

Hope this helps,
Mark Fitzpatrick
Microsoft MVP - Expression

"gnewsgroup " <gn********@gma il.comwrote in message
news:cd******** *************** ***********@a22 g2000hsc.google groups.com...
On Apr 10, 12:01 pm, "George Ter-Saakov" <gt-...@cardone.com wrote:
>There are several options you have
there is Google pay, PayPal, open merchant account

1. Google pay. You will have to do through Google site
2. PayPal - I believe they offer APIs to be able to process credit cards
transparentl y for user....
3. Open merchant account... Go to authorize.net - they are the most know
gateway....

George.

Then Google pay is out.

If both 2 and 3 can process credit payment transparently, then they
are good options.
Apr 10 '08 #5
On Apr 10, 6:21 pm, "Rene" <a...@b.comwrot e:
Hi,

Just my 2 cents but unless your site was a very well know site, I would
never give you my credit card information directly in your site just because
I know nothing about you.

On the other hand, I would have no problems buying something from you if I
saw that you are using Google or PayPal to process the payment. For this to
happen I would like to see the PayPal or Google etc domains to clearly
appear on the URI before I enter any personal information on the page.

I really don't agree with you that using a well-known outside party to
process the payment is unprofessional, I see that as the exact opposite.
When I buy something for your site I am interested on the products you sell
I personally could not careless about the checkout page.

Just my option.
Hey, I think you've a good point, which I think we should take into
consideration. Although I think for an established business which
already has a bunch of customers, it still makes sense to to the whole
thing in this site only.
Apr 11 '08 #6
On Apr 10, 6:46 pm, "Mark Fitzpatrick" <markf...@fitzm e.comwrote:
You should probably do a lot, and I mean a lot of research first. There are
new rules by the credit card processing companies on what you can and cannot
do during the collection, processing, and storing of data. If you violate
these rules you can be in big trouble. That's one of the main reasons why
shopping carts are scrambling to get certified. You may want to start with
looking for a good cart system instead of trying to home-grow it. Sometimes
it makes it easier to get a merchant account setup since they can reject you
if they don't feel you've got your act together.

Check outhttp://www.dotshopping cart.com/ They have an OpenSource edition
that has lots of excellent features and, because it's open-sourced, is
extensible.

Hope this helps,
Mark Fitzpatrick
Microsoft MVP - Expression
That sounds sorta complicated. I have downloaded a copy of this
DotShoppingCart OpenSourceV2, will absolutely peruse it (I also
downloaded dashCommerce this morning). Guess I'm gonna have a busy
weekend.

Thanks for the reference.
Apr 11 '08 #7
I do have I-commerce site... http://www.mspiercing.com relatively popular in
it's niche...
So here is from my experience..

1. It's unprofessional to transfer to Google,PayPal for payment. People do
not like that.
2. Most people do not trust PayPal/Ebay... there are a lot of negative
information in a press about them. Nobody writes about thousands of good
transactions on Ebay. But every newspaper love the story when people were
cheated from money on Ebay.... It's just life...
3. Trust matter. You can not put up a crappy site and hope that people will
leave their credit card info... Site must look professional...

PS: You can not make 100% of internet users happy.. Some have old computers,
some have viruses on computers, some have JavaScript disabled...
Some like PayPal (Rene for example), Some do not...
You will never get 100%... If you get 90% satisfaction rate - that is very
good.
The idea is to get majority of the people in you niche. I am positive that
have you started selling IT equipment you will see much higher percentage
people who trust Paypal, Google checkout than i am seeing in my niche.
George.
"Rene" <a@b.comwrote in message
news:%2******** ********@TK2MSF TNGP02.phx.gbl. ..
Hi,

Just my 2 cents but unless your site was a very well know site, I would
never give you my credit card information directly in your site just
because I know nothing about you.

On the other hand, I would have no problems buying something from you if I
saw that you are using Google or PayPal to process the payment. For this
to happen I would like to see the PayPal or Google etc domains to clearly
appear on the URI before I enter any personal information on the page.

I really don't agree with you that using a well-known outside party to
process the payment is unprofessional, I see that as the exact opposite.
When I buy something for your site I am interested on the products you
sell I personally could not careless about the checkout page.

Just my option.
"gnewsgroup " <gn********@gma il.comwrote in message
news:cd******** *************** ***********@a22 g2000hsc.google groups.com...
>On Apr 10, 12:01 pm, "George Ter-Saakov" <gt-...@cardone.com wrote:
>>There are several options you have
there is Google pay, PayPal, open merchant account

1. Google pay. You will have to do through Google site
2. PayPal - I believe they offer APIs to be able to process credit cards
transparent ly for user....
3. Open merchant account... Go to authorize.net - they are the most know
gateway....

George.

Then Google pay is out.

If both 2 and 3 can process credit payment transparently, then they
are good options.


Apr 11 '08 #8
I do have I-commerce site... http://www.mspiercing.com relatively popular in
it's niche...
So here is from my experience..

1. It's unprofessional to transfer to Google,PayPal for payment. People do
not like that.
2. Most people do not trust PayPal/Ebay... there are a lot of negative
information in a press about them. Nobody writes about thousands of good
transactions on Ebay. But every newspaper love the story when people were
cheated from money on Ebay.... It's just life...
3. Trust matter. You can not put up a crappy site and hope that people will
leave their credit card info... Site must look professional...

PS: You can not make 100% of internet users happy.. Some have old computers,
some have viruses on computers, some have JavaScript disabled...
Some like PayPal (Rene for example), Some do not...
You will never get 100%... If you get 90% satisfaction rate - that is very
good.
The idea is to get majority of the people in you niche. I am positive that
have you started selling IT equipment you will see much higher percentage
people who trust Paypal, Google checkout than i am seeing in my niche.
George.
"Rene" <a@b.comwrote in message
news:%2******** ********@TK2MSF TNGP02.phx.gbl. ..
Hi,

Just my 2 cents but unless your site was a very well know site, I would
never give you my credit card information directly in your site just
because I know nothing about you.

On the other hand, I would have no problems buying something from you if I
saw that you are using Google or PayPal to process the payment. For this
to happen I would like to see the PayPal or Google etc domains to clearly
appear on the URI before I enter any personal information on the page.

I really don't agree with you that using a well-known outside party to
process the payment is unprofessional, I see that as the exact opposite.
When I buy something for your site I am interested on the products you
sell I personally could not careless about the checkout page.

Just my option.
"gnewsgroup " <gn********@gma il.comwrote in message
news:cd******** *************** ***********@a22 g2000hsc.google groups.com...
>On Apr 10, 12:01 pm, "George Ter-Saakov" <gt-...@cardone.com wrote:
>>There are several options you have
there is Google pay, PayPal, open merchant account

1. Google pay. You will have to do through Google site
2. PayPal - I believe they offer APIs to be able to process credit cards
transparent ly for user....
3. Open merchant account... Go to authorize.net - they are the most know
gateway....

George.

Then Google pay is out.

If both 2 and 3 can process credit payment transparently, then they
are good options.


Jun 27 '08 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

18
1936
by: Mark | last post by:
Hi, It seems a lot of people are not aware that a Python Magazine exists. Visit: http://www.pyzine.com to see what we are publishing this quarter and check out our free articles to see what kind of articles we publish.
10
4127
by: dries | last post by:
A friend of mine has a problem with his credit card validation routine and it is probably a simple thing to solve but I cannot find it. It has to do with the expiry dates. What happens is that as each month passes, that month is then not recognised as being valid, even though the year makes it still valid. i.e. the number of the month entered has to be bigger than the number of the current month. Therefor, if it is in august now 09/2005...
5
4621
by: Jake | last post by:
I in the process of building a web-site using .net (C#). I just finished building the shopping cart. What I need is to find examples, details, or code packages that I can include in my web-site to let users checkout by charging a credit card. I would appreciate all the help I can get. jake
9
2309
by: nm | last post by:
Hi, I am a developer quite familiar with the C# language and .NET framework. I develop mainly data driven websites. All of our past clients have shopping cart systems developed by me in ASP.NET with the final checkout process also being written by me and handled over SSL. However for all past clients we have simply "taken" the credit card information via the website and the client of ours then reviews the orders (via SSL as well of...
6
2040
by: Arne | last post by:
What would be a good component for processing credit cards? (I am not using commerce server.) Would I need to encrypt the credit card column in the database?
3
2137
by: tshad | last post by:
I am looking to connect my asp.net pages to a credit card processor, such as ICVerify. I used to be able to read and write to a text file: credit card authorizations, cancelations, get responses from credit card processors etc. I want to completely automate the process and wanted to find out what is out there that I can use that is decent. Thanks,
2
2290
by: G.E.M.P | last post by:
High Level Session Handling Design for a Shopping cart 0) What am I missing? 1) How does OSCommerce do it? I'm thinking about building a shopping cart from scratch, using a library of dynamic screen generation routines (already written) that take an XML stream as input from various "search for products" forms. That way I can run queries in one window and display the dynamic results in another. The searching functions will probably
11
2474
by: Paul Furman | last post by:
I'm setting up credit card payment through authorize.net and they have the option to send a POST string back to my site once complete. I'm not sure how to proceed. They don't have much to read about this, their tech support seemed to think I've got the general idea though & said I might have have my hosting server set up permissions to recieve POST data that way. Let me paste their explanation: ----------- Gateway Response API
0
1818
by: Mrs Scilla Madlin | last post by:
This is to officially inform you that we have verified your contract/inheritance file presently on my desk, and I found out that you have not fulfilling the obligations giving to you in respect to your contract payment. Secondly, you are hereby advised to stop dealing with some non-officials in the bank as this is an illegal act and will have to stop if you so wish to receive your payment immediately. After the Board of director's...
0
8420
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
8324
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8740
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
8516
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,...
0
7353
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6176
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
5642
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
4330
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
1970
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.