Jake said:
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.