|
 |
aspx thread: Credit Card Processing
Message #1 by "Terry Carr" <terry@r...> on Tue, 28 Nov 2000 08:35:48 -0500
|
|
This is a multi-part message in MIME format.
------=_NextPart_000_0055_01C05916.351205A0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Has anyone tried adding credit card processing to a .NET website. If
you, what approach/components did you use.
Terry
Message #2 by "Wally McClure" <wallym@w...> on Tue, 28 Nov 2000 12:45:14 -0500
|
|
This is a multi-part message in MIME format.
------=_NextPart_000_000D_01C05939.0DB72C10
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
To start off, I have not done any cc processing on a .net server. I am
waiting for a later release to test the system to that level. Sorry I am a
little nervous about beta software on a production system.
If the question is 'How does a .net/aspx site perform credit card
processing?', I thinkg that you would continue on as your are currently are.
If you are using a COM object to do your credit card processing to your
service provider, you should still be able to do late binding and process
your transactions.
if the question is 'How does a web site perform credit card processing when
the processor is running a .net/aspx based system?', I think that there are
mutliple answers. 1. The service can continue to provide a COM object that
can be used to process an order. Adding .net/aspx should not stop the
service from provding a COM interface, assuming that it so chooses to over
that service. 2. The service could add a webservice/soap interface to
allow non .net/aspx servers to integrate into the system. I am sure that
there are many other options, these are the two that come to mind.
Wally
-----Original Message-----
From: Terry Carr [mailto:terry@r...]
Sent: Tuesday, November 28, 2000 8:36 AM
To: ASP+
Subject: [aspx] Credit Card Processing
Has anyone tried adding credit card processing to a .NET website. If you,
what approach/components did you use.
Terry
---
Wrox Professional Web Developer Conference II
http://www.wroxconferences.com/WebDevEurope
November 29th - December 1st 2000, Amsterdam, Netherlands
Create powerful distributed web applications serving you now and
in the future. From ASP+ and VB.NET to XML and SQL Server 2000
Message #3 by Scott Davis <Scott.D@e...> on Tue, 28 Nov 2000 12:52:57 -0500
|
|
This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
------_=_NextPart_001_01C05964.0A6826BA
Content-Type: text/plain;
charset="iso-8859-1"
Yes, we have integrated CyberCash into our project. We are using the
CyberCash Classic COM component cychmck.dll. We created an RCW (Run-time
callable wrapper) for this dll and then referenced that RCW in our
project. Then it's as simple as importing or using the namespace and
making calls to the functions as normal. If you would like to see more
detail, send me an e-mail.
Scott Davis
MCSD, MCP
International Parts
Decision Consultants Inc.
Scott.D@e...
-----Original Message-----
From: Terry Carr [mailto:terry@r...]
Sent: Tuesday, November 28, 2000 8:36 AM
To: ASP+
Subject: [aspx] Credit Card Processing
Has anyone tried adding credit card processing to a .NET website. If you, what approach/components did you use.
Terry
|
|
 |