gpt4 book ai didi

paypal - 如何在网站上集成paypal

转载 作者:太空宇宙 更新时间:2023-11-03 16:12:22 25 4
gpt4 key购买 nike

我必须在我的网站上为付费用户集成 paypal。我找到了一个简单的代码

<form action="https://www.paypal.com/cgi-bin/webscr" method="POST">

To pay with PayPal now please click on the PayPal icon below:

<input type="hidden" name="cmd" value="_xclick"><br>
<input type="hidden" name="business" value="your@paypal.email"><br>
<input type="hidden" name="item_name" value="Order #{$order_id}"><br>
<input type="hidden" name="amount" value="{$order_amount}"><br>
<input type="hidden" name="currency_code" value="{$currency_iso_3}"><br>
<input type="image" name="submit" src="http://images.paypal.com/images/x-click-but01.gif" alt="Pay with PayPal"><br>
< /form>

这样付款安全吗?

最佳答案

您正在通过 SSL/TSL 发送信息.

如果所有证书都是最新且有效的,您应该没问题(因此 MITM 攻击的可能性较小)。

这是银行和其他金融和零售组织正在使用的 - 应该没问题。

但是,您并没有真正说明安全集成的要求 - 您能提供更多信息吗?

关于paypal - 如何在网站上集成paypal,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4000057/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com