0

I am trying to implement a 'Pay Now' button on my website for the first time. I have designed my own customer information, and just want to pass cart contents and total to PayPal for payment processing. I am completely new to this, so please be gentle :D! I am leaning toward simple Payment Standard HTML form, which I can customize through PHP. No problem there. I have a SSL certificate through my web host.

My question is how or even whether I should go about encrypting the individual form name/value pair fields. Obviously, I don't want a hacker to be able to alter or re-direct any of the payment process. Does the SSL take care of this so that I don't need to worry? If so, how to I properly implement my SSL certificate in my data transfer with PayPal? If not, then how do I approach encrypting my button data (as PayPal seems to recommend)?

I was also thinking of having my purchase button link to a page with a form that auto submits on opening so that source code cannot be easily snooped... thoughts?

I know this is a big can of worms, but appreciate the expertise of everyone here in sharing their thoughts!! Thank you in advance :)

4

1 回答 1

0

我不知道您所说的“单个表单名称/值对”是什么意思。只需遵循 paypal api 指南即可。他们不会让您向他们发送任何敏感数据,他们会在他们的网站上处理所有这些数据。在加密页面 (SSL/TLS) 上提供按钮确实可以防止一些安全风险,但自动提交页面的整个想法完全是浪费时间。

于 2013-10-29T19:12:22.880 回答