On Sun, 10 Aug 2003 17:39:17 GMT, Dan Brussee
<dbrussee@NOTbetterwaycomputing.com> wrote:
[color=blue]
>In article <uIk3TQ2XDHA.2632@TK2MSFTNGP09.phx.gbl>,
ngx@tbdata.com
>says...[color=green]
>>
sam1967@hetnet.nl wrote:[color=darkred]
>> > On Sun, 10 Aug 2003 16:07:13 +0100, "William Tasso" <ngx@tbdata.com>
>> > wrote:
>> >
>> >>
sam1967@hetnet.nl wrote:
>> >>> I know how to build forms with ASP and process user input.
>> >>> Now i want to take credit card payments via a form.
>> >>> i will then download the details and process them via our credit
>> >>> card machine.
>> >>>
>> >>> do i just create a regular ASP form and use a certificate on the
>> >>> server to encrypt the data ? ie
https://server/getpaymentform.asp
>> >>>
>> >>> there is nothing special about the form is there ?
>> >>> it is just the same as the form i have been using for user input.
>> >>
>> >> correct.
>> >>
>> >> think how the data is going to get to you. pgp mail is useful in
>> >> these circumstances.
>> >
>> > we are a small not-for-profit organisation. we would like to take
>> > donations online via credit card.
>> > this would be easier using a form i think.
>> > pgp mail would be the same process i assume.
>> > donators donwload our public key frmo our web page and use it to
>> > encrypt an email containing the credit card details.
>> > correct ?[/color]
>>
>> the visitor makes the donation on secure web form and sends it to your
>> server (SSL) using the submit button
>>
>> your script sends pgp mail from your server to you. means you do not have
>> to store the card details on a public server - check with your host/admin
>> that your server can support pgp mail.[/color]
>
>Not a bad idea. This would also answer the OP's question about keeping
>the card info (not a good idea to keep card info - what use do you have
>for it anyway!?)
>
>I would take a different path and store the data in a secure database in[/color]
could you give me abit more info on what you mean by a secure database
? access with user security turned on ?
[color=blue]
>an SSL secured connection. Then use a password secured session to bring
>up card info to run through your machine. As soon as the order is
>processed, delete the card info. I know this puts the data on the server
>temporarily, but with just email, you are hosed if the email fails to
>get to you since no record is made anywhere.
>[/color]
sounds like a fair point.
[color=blue]
>You could even make the password part non-browser by making the app an
>executuable that runs on your own PC but has a secure connection to the
>database (VPN?)
>[/color]
i think that would be beyond my technical prowess.
we normally use ftp to connect to upload our data.
i assume downloading the details via ftp would be insecure.
[color=blue]
>[color=green]
>>[color=darkred]
>> > would we not be just as easy using PayPal ?[/color]
>>
>> then you wouldn't need to process credit cards
>>
>>[/color][/color]