473,378 Members | 1,578 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

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 2035
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********@gmail.comwrote in message
news:89**********************************@p25g2000 hsf.googlegroups.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.comwrote:
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********@gmail.comwrote in message
news:cd**********************************@a22g2000 hsc.googlegroups.com...
On Apr 10, 12:01 pm, "George Ter-Saakov" <gt-...@cardone.comwrote:
>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 #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********@gmail.comwrote in message
news:cd**********************************@a22g2000 hsc.googlegroups.com...
On Apr 10, 12:01 pm, "George Ter-Saakov" <gt-...@cardone.comwrote:
>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 #5
On Apr 10, 6:21 pm, "Rene" <a...@b.comwrote:
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...@fitzme.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.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
That sounds sorta complicated. I have downloaded a copy of this
DotShoppingCartOpenSourceV2, 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****************@TK2MSFTNGP02.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********@gmail.comwrote in message
news:cd**********************************@a22g2000 hsc.googlegroups.com...
>On Apr 10, 12:01 pm, "George Ter-Saakov" <gt-...@cardone.comwrote:
>>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 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****************@TK2MSFTNGP02.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********@gmail.comwrote in message
news:cd**********************************@a22g2000 hsc.googlegroups.com...
>On Apr 10, 12:01 pm, "George Ter-Saakov" <gt-...@cardone.comwrote:
>>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.


Jun 27 '08 #9

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

Similar topics

18
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...
10
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...
5
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...
9
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...
6
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
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...
2
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...
11
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...
0
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...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

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.