简体   繁体   English

与付款人关联贝宝付款

[英]Assoiciate paypal payments with the payer

So in my website I have in-game features which you can buy I have a miniature store made and paypal buy now buttons included What is the best and most secure way of automatically giving users there in-game bonus. 因此,在我的网站上,我具有可以购买的游戏功能,并且拥有微型商店,并且现在购买了PayPal按钮。自动向用户提供游戏中奖金的最佳和最安全的方法是什么。 When they have paid through paypal you have an option to put in a link when the payment is successful and i could have a form so when they are on that link it adds there bonuses but it also means anyone could just go to that link and get the bonuses for free. 当他们通过贝宝(Paypal)付款时,您可以选择在付款成功时放置一个链接,我可以有一个表格,因此当他们在该链接上时,它会增加奖金,但这也意味着任何人都可以转到该链接并获得免费的奖金。

A couple of options (this sounds like Payments Basic) 几个选项(听起来像基本付款)

  1. Have them enter their PayPal account email address into their game account profile. 让他们在游戏帐户资料中输入PayPal帐户电子邮件地址。 When you get your IPN you match those up and issue the bonus 当您获得IPN时,您将与之匹配并发放奖金
  2. Add the custom field to your HTML buttons . custom字段添加到您的HTML按钮 Associate that value to their user profile in your database. 将该值关联到他们在数据库中的用户个人资料。 When you get your IPN, match the custom field up and issue the bonus 当您获得IPN时,将custom字段向上匹配并发放奖金

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

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