Forum Moderators: buckworks

Message Too Old, No Replies

Paypal integration

         

Padaxes

12:15 pm on May 17, 2008 (gmt 0)

10+ Year Member



Hello, first time poster here looking for some advice about paypal integration.

Having looked at the paypal documentation adding the buttons etc to my own shopping cart code looks easy. That is until I look at the security side of it.

How important is encrypting the buttons like paypal suggests, the secure, .Net stuff is not something Ive ever done before and I`m having trouble with it.

The other option is manually verifying transactions, is this viable ? Does anyone else use this option and would you recommend it ?

Thanks in advance for any help / advice

vincevincevince

12:42 am on May 20, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Provided that you manually check each payment before shipping, there's no need to encrypt the buttons. The reason for button encryption is to stop users editing the prices - so if you are happy to check the cart contents against your price list to double-check then encryption won't be required.

On the other hand, I do suggest encryption if possible, and rather than using .NET, I recommend using the PHP integration.