简体   繁体   English

安全提交贝宝表格

[英]Secure paypal form submition

I am trying to make a payment system which is using a paypal form. 我正在尝试使用Paypal表单制作付款系统。 The problem is, that people can click "View details of element" in their browser, and edit the prize and such in the html. 问题是,人们可以在浏览器中单击“查看元素的详细信息”,然后在html中编辑奖品等。

How do I prevent this? 我该如何预防? I thought about having the form on another site which instantly submits it, but I want to avoid using Javascript since some people dosen't have it turned on. 我曾考虑过在另一个站点上立即提交该表单,但是我想避免使用Javascript,因为有些人没有打开它。

You can do this by INSTANT PAYMENT NOTIFICATION which is a a message service that notifies you of events related to PayPal transactions. You can use IPN messages to automate back-office and administrative functions, such as fulfilling orders, tracking customers, and providing status and other transaction-related information. 您可以通过即时付款通知来完成此操作, 即时通知a message service that notifies you of events related to PayPal transactions. You can use IPN messages to automate back-office and administrative functions, such as fulfilling orders, tracking customers, and providing status and other transaction-related information. a message service that notifies you of events related to PayPal transactions. You can use IPN messages to automate back-office and administrative functions, such as fulfilling orders, tracking customers, and providing status and other transaction-related information.

The second option would be using a BUTTON API which helps you in making encrypted buttons. 第二种选择是使用BUTTON API ,它可以帮助您制作加密按钮。

Please have a look here and here for the more info. 请在此处此处查看更多信息。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM