473,586 Members | 2,863 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 4615
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.co m> wrote in message
news:20******** *************** ***@posting.goo gle.com...
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****@nsoftwa re.removeme.com > wrote in message news:<ux******* *******@TK2MSFT NGP12.phx.gbl>. ..
"Jake" <ja**@qucode.co m> wrote in message
news:20******** *************** ***@posting.goo gle.com...
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
308
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
2300
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...
3
1809
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 processing to be implemented in web application. Now I develop a web based service app that has to charge its subscribers' credit cards on a monthly...
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?
6
2173
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 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...
1
1405
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 would be easy enough, but what about performing the transactions themselves? Perhaps there's a library I can purchase that does all this pretty much...
17
5675
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 'Text' and has an input mask of '00/00', so all expiry dates are set out for example as 10/13 (which represents October 2013). I have hada brief go...
0
7911
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...
0
7839
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...
0
8200
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
8215
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
6610
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...
1
5710
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...
0
3836
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...
1
1448
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
1179
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...

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.