The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> how receiving secure payment
joyful
post Apr 20 2011, 11:44 PM
Post #1


Advanced Member
****

Group: Members
Posts: 239
Joined: 15-November 10
Member No.: 13,147



Hey,

I have set up a PHP shopping cart... Thru this I now have a total amount due (this is a PHP variable).
I have a merchants account (but have not used it online). I could just send all the info (credit card info, total, items, etc.) thru a PHP form (to my email), but I am not sure if this is secure.

I know there are 3rd party tools... But seeing as I have a merchants account I am wondering if there is a way to do this direct (and not have to give a chunk of profit to a 3rd party). How could I do this?

Thanks in advance!

--

*Note I was not sure were to post this... So feel free to move.*
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Brian Chandler
post Apr 21 2011, 01:10 AM
Post #2


Jocular coder
********

Group: Members
Posts: 2,460
Joined: 31-August 06
Member No.: 43



QUOTE
I have set up a PHP shopping cart... Thru this I now have a total amount due (this is a PHP variable).I have a merchants account (but have not used it online). I could just send all the info (credit card info, total, items, etc.) thru a PHP form (to my email), but I am not sure if this is secure.


Usually it's considered necessary to have a secure server (https:) to accept things like credit card numbers. This protects them from being snooped on, and is an obviously good idea. You will also probably need to get a "certificate", which you can buy, and which certifies that you have bought it (this makes a lot less sense to me: no-one has ever been able to explain any non-vacuous proposition that the certificate certifies).

Sending such information by email certainly is not recommended -- and as with all of this, rational consideration of risks etc is irrelevant, compared with "customer expectations". If people have been persuaded to believe that they must see a fancy graphic and a message "This website is safe", or similar incantation, that's what you need. We live in an age of endarkenment.

So it's something of a job to set up.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Frederiek
post Apr 21 2011, 04:06 AM
Post #3


Programming Fanatic
********

Group: Members
Posts: 5,146
Joined: 23-August 06
From: Europe
Member No.: 9



You might like to read Smashing Magazine's article Taking Credit Card Payments Online: What’s Involved?.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
joyful
post Apr 21 2011, 06:03 PM
Post #4


Advanced Member
****

Group: Members
Posts: 239
Joined: 15-November 10
Member No.: 13,147



Hey, Thanks guys... That was very help!
I will try to set up a IMA.

Thanks again!
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 26th April 2024 - 12:44 PM