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

Credit cards charge

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
Nov 16 '05 #1
5 4576
Jake wrote:
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

You are going to need to talk to your bank. Somehow you want the money
to get into your account, so you will need to set up an account if you
do not have one already.

Once this is set up your bank can advise you on who to approach for the
credit card proessing services and in turn these guys can supply with an
API. A web-services interface will probably suit you best. There are a
lot out there, some will offer basic services and some will offer
advanced fraud checking, but the interfaces are all pretty simple - you
give them your ID, the credit card number and the amount, they take care
of debiting the card holder's account and crediting your account (and
charging commission of course).

If it is a very small operation look into using something like PayPal
instead, they might cost more per transaction but may work out more
economical for small volumes.
Nov 16 '05 #2
"Jake" <ja**@qucode.com> wrote in message
news:20**************************@posting.google.c om...
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.


Take a look at IP*Works! CC. You can find info at
http://www.nsoftware.com/products/sh...px?part=ICN5-A. This package
includes 4 components:

ICharge - Secure payment gateway authorization control. Communicates with
every major Internet payment gateway.

DirectSettle - DirectSettle is a component for settling transaction
authorized by the DirectCharge component via major Internet Credit Card
processors

DirectCharge - Authorizes and clears credit card transactions through secure
Internet connections to major payment processors for both Point Of Sale and
eCommerce Transactions. Certified by Vital Processing Services (VisaNet).

CertMgr - Provides certificate management capabilities for the Digital
Certificates installed on the system.
Nov 16 '05 #3
Thanks Steve,

I already have a merchant account, credit card services, and all the
technical IDs and numbers that come with it. I forgot who my credit
card company is, but my bank knows. As far as the "business" aspect of
setting myself up goes, I am already set-up completely. I even have a
web-site on yahoo where my customers can purchase items by charging
their credit cards. But that web-site was built using yahoo's own
limited tools and the credit card charges go through their backbone to
get to my credit service company. Yahoo does not allow me to create my
own shopping cart, checkout function, or the credit charging process.
Their tech support told me, point blank, that they don't allow anyone to
code their own personalized shopping cart, etc.,.. Even the regular
web-site pages have to have nothing other than simple HTML code. I
think that is very limited.

I am planning to move my web-site elsewhere.

I am also a programmer by trade and I need the flexibility of .NET (C#).
If you or anyone else knows of a piece of code, examples, freeware,
shareware, or dll-s that I can include into my project, or even code
that piece from scratch if I had examples to guide me, I would be most
appreciative.

I checked out some of the commercial packages out there. They are very
expensive. That is why I am looking to build my own, or re-use some
existing code floating around.

jake

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 16 '05 #4
>
I checked out some of the commercial packages out there. They are
very expensive. That is why I am looking to build my own, or re-use some

existing code floating around.

I would advise extreme caution. If you decide
to use some free product or free code, make sure that you are dealing with well
tested and stable code. It would not be good to make mistakes in a project like
this. :)

Regards,
Lance R.
/n software
http://www.nsoftware.com/

-

Nov 16 '05 #5
Lance, thank you for the link and suggestion. I checked the web page
but I was a little confused as to what exactly would the "IP*Works! CC
V5 .NET Edition" alone (listed at $249.00) provide me. I saw other
products listed besides this one once I clicked on the shopping cart
icon. These other products, among other things, list licenses that I
may or may not need (here is where I need some help).

I am planning on moving my web-site to another host other than yahoo.
I have no idea how many CPUs they would have, and I am not really sure
if this knowledge applies to affect the decision on what package to
buy from the web-site you suggested.

The process will still stay the same where a Joe Public (my site will
be public, no login screens) would buy items and charge them on his
credit card right there and then. The credit card charge will always
go to one and only one credit card service company with whom I have
contracted. Would I need any other package besides the one listed
above ("IP*Works! CC V5 .NET Edition")?

Your help will be greatly appreciated.

jake
"Lance R." <la****@nsoftware.removeme.com> wrote in message news:<ux**************@TK2MSFTNGP12.phx.gbl>...
"Jake" <ja**@qucode.com> wrote in message
news:20**************************@posting.google.c om...
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.


Take a look at IP*Works! CC. You can find info at
http://www.nsoftware.com/products/sh...px?part=ICN5-A. This package
includes 4 components:

ICharge - Secure payment gateway authorization control. Communicates with
every major Internet payment gateway.

DirectSettle - DirectSettle is a component for settling transaction
authorized by the DirectCharge component via major Internet Credit Card
processors

DirectCharge - Authorizes and clears credit card transactions through secure
Internet connections to major payment processors for both Point Of Sale and
eCommerce Transactions. Certified by Vital Processing Services (VisaNet).

CertMgr - Provides certificate management capabilities for the Digital
Certificates installed on the system.

Nov 16 '05 #6

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

Similar topics

6
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...
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...
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?
6
by: Chris Davoli | last post by:
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...
1
by: anna cypher | last post by:
I am considering taking on a project that requires the app to charge credit / debit cards. I have no idea how to do this... I'm sure buying the actual reader and getting it to work with an app...
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...
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
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
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...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
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,...

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.