473,406 Members | 2,710 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,406 software developers and data experts.

Process credit cards on VB.net web site

We want to process credit cards/debit cards on our web site. We are using
VB.net, so if we could get some vb.net components to validate and handle the
transactions, or a web service that we could call. Do I need to just contact
a bank and they would give us all the components and code to call it? I know
that we need a special bank account to handle this. Is there any good links
out these to show us how to process e-commerce transactions?

We don't want to use third party vendors except for the bank.

--
Chris Davoli

Nov 19 '05 #1
6 2159
it will all depend on the bank you choose. they will give you the info, how
easy it is to use from .net will depend on their toolkit, some will supply a
..net component some won't. you should contact your bank and get their
requirements.

-- bruce

"Chris Davoli" <Ch*********@discussions.microsoft.com> wrote in message
news:70**********************************@microsof t.com...
We want to process credit cards/debit cards on our web site. We are using
VB.net, so if we could get some vb.net components to validate and handle
the
transactions, or a web service that we could call. Do I need to just
contact
a bank and they would give us all the components and code to call it? I
know
that we need a special bank account to handle this. Is there any good
links
out these to show us how to process e-commerce transactions?

We don't want to use third party vendors except for the bank.

--
Chris Davoli

Nov 19 '05 #2
If you can find a bank that has the tools/components available that would be
the way to go. Otherwise here is a good starting place:
http://www.google.com/search?hl=en&q...credit+card%22

Also, you may find it's not very cost effective to do live processing. Often
a single "batch run" at night will cost you WAY less to process the cards.
They like to take a decent piece of the pie for the immediate transaction
processing.

--
Curt Christianson
site: http://www.darkfalz.com
blog: http://blog.darkfalz.com

"Chris Davoli" wrote:
We want to process credit cards/debit cards on our web site. We are using
VB.net, so if we could get some vb.net components to validate and handle the
transactions, or a web service that we could call. Do I need to just contact
a bank and they would give us all the components and code to call it? I know
that we need a special bank account to handle this. Is there any good links
out these to show us how to process e-commerce transactions?

We don't want to use third party vendors except for the bank.

--
Chris Davoli

Nov 19 '05 #3
Chris - The book Beginning ASP.NET 1.1 E-Commerce: From Novice to
Professional by Cristian Darie, Karli Watson as a good starting point for
information about doing ecommerce using asp.net. There appears to be a 2nd
edition of the book. Written with the C# developer in mind but the concepts
remain the same for VB.NET developers.

http://www.amazon.com/gp/product/159...books&v=glance
2nd edition:
http://www.amazon.com/gp/product/159...books&v=glance
--
brians
http://www.limbertech.com
"Chris Davoli" wrote:
We want to process credit cards/debit cards on our web site. We are using
VB.net, so if we could get some vb.net components to validate and handle the
transactions, or a web service that we could call. Do I need to just contact
a bank and they would give us all the components and code to call it? I know
that we need a special bank account to handle this. Is there any good links
out these to show us how to process e-commerce transactions?

We don't want to use third party vendors except for the bank.

--
Chris Davoli

Nov 19 '05 #4
Chris,

Contacting banks directly is not the way to go. What you need is a
credit card gateway. You have a couple of options

1. www.paynetsystems.com - decent
2. www.authorize.net - also pretty good
3. www.innovativegateway.com - my recommendation

If you go with one of these processors they will provide you with a
..NET or COM component, or perhaps another way of programmatically
processing payments. Each one will provide examples.

Also, you could go with something like GoDaddy.com's merchant account
and save yourself a lot of money. You also give up some control:

https://www.godaddy.com/gdshop/ecomm...se=%2B&ci=2750

But, no matter what you decide stay away from Cardservice
International (www.cardservice.com), they're vultures.

Matt Furnari

Nov 19 '05 #5
Here's some good links that can get you started with credit card validation
and other forms of payment:
http://www.componentone.com/paypal/
http://www.verisign.com/products-ser...ent/index.html
http://www.paypal.com/cgi-bin/webscr...rchant-outside

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
"Chris Davoli" <Ch*********@discussions.microsoft.com> wrote in message
news:70**********************************@microsof t.com...
We want to process credit cards/debit cards on our web site. We are using
VB.net, so if we could get some vb.net components to validate and handle
the
transactions, or a web service that we could call. Do I need to just
contact
a bank and they would give us all the components and code to call it? I
know
that we need a special bank account to handle this. Is there any good
links
out these to show us how to process e-commerce transactions?

We don't want to use third party vendors except for the bank.

--
Chris Davoli

Nov 19 '05 #6

sp3d2orbit wrote:
Chris,

Contacting banks directly is not the way to go. What you need is a
credit card gateway. You have a couple of options

1. www.paynetsystems.com - decent
2. www.authorize.net - also pretty good
3. www.innovativegateway.com - my recommendation

If you go with one of these processors they will provide you with a
.NET or COM component, or perhaps another way of programmatically
processing payments. Each one will provide examples.

Also, you could go with something like GoDaddy.com's merchant account
and save yourself a lot of money. You also give up some control:

https://www.godaddy.com/gdshop/ecomm...se=%2B&ci=2750

But, no matter what you decide stay away from Cardservice
International (www.cardservice.com), they're vultures.

Matt Furnari


Godaddy is crap. Nothing but problems.

Nov 19 '05 #7

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

Similar topics

1
by: point | last post by:
Hello there.... I would like my users on my site to be able to pay with credit cards and I need an "immediate" validation and transffer... Can anyone recommend from experience any good and...
0
by: kaptain kernel | last post by:
I'm implementing a simple credit card number check on my website, in order to trap user errors. it doesn't validate with the bank, but validates against certain known rules (e.g. Amex always begins...
3
by: Justin Koivisto | last post by:
OK, I know a few of you out there use OSC and many of you have also modified it a bit, so I am hoping someone has done something similar... I have the CC payment module installed, not a problem...
4
by: Raj | last post by:
Hi I am developing a POS system for a retail business and I need to support accepting the credit and the debit cards. This authorization interface need to be integrated to the my POS...
1
by: Peter Rilling | last post by:
I am working on an application that will store credit cards in a database (basically a commerce application). What are some of the suggested ways of handling credit card data securely?
3
by: Kikoz | last post by:
Hi all. I understand that this question is not exactly related to the topic of this newsgroup but... I have done a lot of asp.net work for the past two years but never needed credit card...
2
by: VB Programmer | last post by:
Anyone accept credit cards through their ASP.NET website? If so, what service do you use? Any links, suggestions, code samples, etc...?
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?
17
by: sharsy | last post by:
Hello guys, I would like some help in generating query criteria that will identify credit cards that have expired on an access database. The specific Field is formatted with a Data Type of...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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...
0
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,...
0
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...
0
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...

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.