Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   ASP General (http://www.velocityreviews.com/forums/f65-asp-general.html)
-   -   Code to submit credit card information (http://www.velocityreviews.com/forums/t794891-code-to-submit-credit-card-information.html)

Sandy 06-09-2004 10:39 PM

Code to submit credit card information
 
Hello -

I need to add code to a page that will accept credit card info and process it. The company that will do the processing is authorizenet.com.

Problem: I have talked to these people and they have not been clear on how to do this. Additionally, I received from them a 75-page document that gives no examples.

I was under the impression that it should be something easily accomplished; i.e. a few lines of code in my html.

Does anyone out there have an example of how to do this?

Any help you can give me will be greatly appreciated!

--
Sandy

Jeff Cochran 06-10-2004 01:02 AM

Re: Code to submit credit card information
 
On Wed, 9 Jun 2004 15:39:01 -0700, "Sandy"
<Sandy@discussions.microsoft.com> wrote:

>Hello -
>
>I need to add code to a page that will accept credit card info and process it. The company that will do the processing is authorizenet.com.
>
>Problem: I have talked to these people and they have not been clear on how to do this. Additionally, I received from them a 75-page document that gives no examples.
>
>I was under the impression that it should be something easily accomplished; i.e. a few lines of code in my html.
>
>Does anyone out there have an example of how to do this?


Your processor does. And they're the only one that can give it to
you, since we can't tell waht they use for processing credit card
info.

Jeff

Roland Hall 06-11-2004 08:31 AM

Re: Code to submit credit card information
 
"Sandy" wrote in message
news:AD848E88-B0AE-4FD9-8E5C-05A2507ACB90@microsoft.com...
: Hello -
:
: I need to add code to a page that will accept credit card info and process
it. The company that will do the processing is authorizenet.com.
:
: Problem: I have talked to these people and they have not been clear on
how to do this. Additionally, I received from them a 75-page document that
gives no examples.
:
: I was under the impression that it should be something easily
accomplished; i.e. a few lines of code in my html.
:
: Does anyone out there have an example of how to do this?
:
: Any help you can give me will be greatly appreciated!

Hi Sandy...

to add... you will not be taking the credit card info unless you have a SSL
link on YOUR site, which requires a certificate. Otherwise you will be
passing certain information which most likely involves an MD5 hash of
several specific details of the customer's information and, of course, the
ticket number.

Each CC processing service is different so if the 75 page doc is all that is
available, then it's in there.

--
Roland Hall
/* This information is distributed in the hope that it will be useful, but
without any warranty; without even the implied warranty of merchantability
or fitness for a particular purpose. */
Technet Script Center - http://www.microsoft.com/technet/scriptcenter/
WSH 5.6 Documentation - http://msdn.microsoft.com/downloads/list/webdev.asp
MSDN Library - http://msdn.microsoft.com/library/default.asp




All times are GMT. The time now is 03:45 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57