Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old July 19th, 2005, 07:31 AM
sam1967@hetnet.nl
Guest
 
Posts: n/a
Default SSL - TAKING CREDIT CARD DETAILS - SIMPLE QUESTION

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.

  #2  
Old July 19th, 2005, 07:31 AM
William Tasso
Guest
 
Posts: n/a
Default Re: SSL - TAKING CREDIT CARD DETAILS - SIMPLE QUESTION

sam1967@hetnet.nl wrote:[color=blue]
> 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.[/color]

correct.

think how the data is going to get to you. pgp mail is useful in these
circumstances.

--
William Tasso - http://WilliamTasso.com


  #3  
Old July 19th, 2005, 07:31 AM
sam1967@hetnet.nl
Guest
 
Posts: n/a
Default Re: SSL - TAKING CREDIT CARD DETAILS - SIMPLE QUESTION

On Sun, 10 Aug 2003 16:07:13 +0100, "William Tasso" <ngx@tbdata.com>
wrote:
[color=blue]
>sam1967@hetnet.nl wrote:[color=green]
>> 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.[/color]
>
>correct.
>
>think how the data is going to get to you. pgp mail is useful in these
>circumstances.[/color]

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 ?

would we not be just as easy using PayPal ?

  #4  
Old July 19th, 2005, 07:31 AM
Dan Brussee
Guest
 
Posts: n/a
Default Re: SSL - TAKING CREDIT CARD DETAILS - SIMPLE QUESTION

In article <erncjvcdaq5q8pvsb88rfa51ehd8iljgoe@4ax.com>, sam1967
@hetnet.nl says...[color=blue]
> On Sun, 10 Aug 2003 16:07:13 +0100, "William Tasso" <ngx@tbdata.com>
> wrote:
>[color=green]
> >sam1967@hetnet.nl wrote:[color=darkred]
> >> 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.[/color]
> >
> >correct.
> >
> >think how the data is going to get to you. pgp mail is useful in these
> >circumstances.[/color]
>
> 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 ?
>
> would we not be just as easy using PayPal ?
>
>[/color]

1. Using an ASP form page and an SSL certificate would be simpler for
the donator. No need to have anything on the client. Data is encrypted
going to your site, and once there, you can do with it what you wish.

2. Using paypal is VERY simple. However, anyone donating must have a
paypal account to use. You will also need to have a higher level paypal
account to accept credit cards - something you probably already have.
With Paypal, there would be no need for a "credit card machine".

--

Remove NOT from email address to reply. AntiSpam in action.
  #5  
Old July 19th, 2005, 07:31 AM
sam1967@hetnet.nl
Guest
 
Posts: n/a
Default Re: SSL - TAKING CREDIT CARD DETAILS - SIMPLE QUESTION

On Sun, 10 Aug 2003 15:49:19 GMT, Dan Brussee
<dbrussee@NOTbetterwaycomputing.com> wrote:
[color=blue]
>In article <erncjvcdaq5q8pvsb88rfa51ehd8iljgoe@4ax.com>, sam1967
>@hetnet.nl says...[color=green]
>> On Sun, 10 Aug 2003 16:07:13 +0100, "William Tasso" <ngx@tbdata.com>
>> wrote:
>>[color=darkred]
>> >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.[/color]
>>
>> 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 ?
>>
>> would we not be just as easy using PayPal ?
>>
>>[/color]
>
>1. Using an ASP form page and an SSL certificate would be simpler for
>the donator. No need to have anything on the client. Data is encrypted
>going to your site, and once there, you can do with it what you wish.[/color]

maybe you can inform me on something. once weve processed the credit
card for the donation should we remove the details from our access
database to prevent hacking ? if it was hacked and credit card details
stolen would we be responsible ?

[color=blue]
>2. Using paypal is VERY simple. However, anyone donating must have a
>paypal account to use. You will also need to have a higher level paypal
>account to accept credit cards - something you probably already have.
>With Paypal, there would be no need for a "credit card machine".[/color]

PayPal is a worth considering but you are right about people being
turned off by having to register with PayPal before they can donate.
Maybe we will have a credit card option and a PayPal option.
  #6  
Old July 19th, 2005, 07:31 AM
Dan Brussee
Guest
 
Posts: n/a
Default Re: SSL - TAKING CREDIT CARD DETAILS - SIMPLE QUESTION

In article <uIk3TQ2XDHA.2632@TK2MSFTNGP09.phx.gbl>, ngx@tbdata.com
says...[color=blue]
> sam1967@hetnet.nl wrote:[color=green]
> > On Sun, 10 Aug 2003 16:07:13 +0100, "William Tasso" <ngx@tbdata.com>
> > wrote:
> >[color=darkred]
> >> 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.[/color]
> >
> > 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
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.

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=blue]
>[color=green]
> > would we not be just as easy using PayPal ?[/color]
>
> then you wouldn't need to process credit cards
>
>[/color]

--

Remove NOT from email address to reply. AntiSpam in action.
  #7  
Old July 19th, 2005, 07:31 AM
sam1967@hetnet.nl
Guest
 
Posts: n/a
Default Re: SSL - TAKING CREDIT CARD DETAILS - SIMPLE QUESTION

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]

  #8  
Old July 19th, 2005, 07:31 AM
sam1967@hetnet.nl
Guest
 
Posts: n/a
Default Re: SSL - TAKING CREDIT CARD DETAILS - SIMPLE QUESTION

On Sun, 10 Aug 2003 18:31:07 +0100, "William Tasso" <ngx@tbdata.com>
wrote:
[color=blue]
>sam1967@hetnet.nl wrote:[color=green]
>> On Sun, 10 Aug 2003 16:07:13 +0100, "William Tasso" <ngx@tbdata.com>
>> wrote:
>>[color=darkred]
>>> 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.[/color]
>>
>> 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]
i will look into it but if what the other poster said is correct about
no record being kept it might not be ideal.
i suppose we could easily write a text file into a secure directory as
well as sending the email ?
[color=blue][color=green]
>> would we not be just as easy using PayPal ?[/color]
>
>then you wouldn't need to process credit cards[/color]

  #9  
Old July 19th, 2005, 07:31 AM
William Tasso
Guest
 
Posts: n/a
Default Re: SSL - TAKING CREDIT CARD DETAILS - SIMPLE QUESTION

sam1967@hetnet.nl wrote:[color=blue]
> On Sun, 10 Aug 2003 18:31:07 +0100, "William Tasso" <ngx@tbdata.com>
> wrote:
>[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]
> i will look into it but if what the other poster said is correct about
> no record being kept it might not be ideal.
> i suppose we could easily write a text file into a secure directory as
> well as sending the email ?
>[/color]

a text file or a database - of course you can - as you are writing the
script. I would say the issue isn't "is it possible" but "is it wise" - one
for the risk assesment chappies I suspect.

--
William Tasso - http://WilliamTasso.com


 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles