 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Paul Linehan Guest
|
Posted: Sun Aug 03, 2003 3:55 pm Post subject: Using Credit cards with C++ Builder. |
|
|
Hi all,
I may soon be quoting for an application that requires Credit Card
details to be taken (booking over the internet).
I assume that I don't store the details of people's cards on my db or do
I have to in case of a dispute?
Does anybody have any recommendations about C.C. components -
verification? Any other references, URLs &c?
Paul...
--
plinehan__AT__yahoo__DOT__com
C++ Builder 5 SP1, Interbase 6.0.1.6 IBX 5.04
p.s. just lacerated a tendon in left hand, so pls
excuse typos and tricky abbrevs - TIA.
|
|
| Back to top |
|
 |
Eric Guest
|
Posted: Mon Aug 04, 2003 6:57 pm Post subject: Re: Using Credit cards with C++ Builder. |
|
|
There are several ways to go about this, but my favorite is
http://www.mercurypay.com because you (the developer) get a large
chunk of the commisions (for as long as the client stays on that
account!).
- Eric
|
|
| Back to top |
|
 |
Alisdair Meredith Guest
|
Posted: Tue Aug 05, 2003 12:25 am Post subject: Re: Using Credit cards with C++ Builder. |
|
|
Paul Linehan wrote:
| Quote: | I assume that I don't store the details of people's cards on my db or do
I have to in case of a dispute?
|
Note that simply storing this information may have legal implications in
some juridstictions, such as notifying the Data Protection Registrar in
the UK.
--
AlisdairM
Team Thai Kingdom
|
|
| Back to top |
|
 |
Brent Guest
|
Posted: Mon Aug 18, 2003 10:58 pm Post subject: Re: Using Credit cards with C++ Builder. |
|
|
You will need to hook your app to a transaction clearing house, where they
will process the transaction. I am looking at doing the same thing here in
Australia and plan on going with the ANZ bank. Here is a link about their
Egate portal. The good thing with this is that I can have the Bank host the
payment details - ie, when it comes time to pay with Credit Card details,
the ANZ website will pop up to take their details.
http://www.anz.com.au/anzegate/default.asp
You can of course provide the details to the bank without having them host
it, but there are stringent security measures that need to take place first.
If you are not in Australia you will probably want to have another
instituition do the clearing. I recommend downloading and installing
ShopFactory. It is a program that builds shopping cart applications. The
good thing with it is that it lists a whole heap of transaction clearing
houses that you can use with the website. You may not build your shopping
cart with ShopFactory, but at least you'll get a start on a list of clearing
houses.
HTH,
Brent
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|