简体   繁体   English

用户到站点的付款请求

[英]Payment request from user to site

I'm developing an app now that will give prizes for the user according to some rules. 我现在正在开发一个应用程序,它将根据一些规则为用户提供奖品。

The thing is I want to make use of PayPal or any other payment service to allow the user to accumulate some prizes and then request me the payment. 问题是我想使用PayPal或任何其他付款服务来允许用户累积一些奖金,然后要求我付款。 Is that possible or I can use PayPal and similars only to Pay someone actively/manually ? 是否可以,或者我只能使用PayPal和类似方式主动/手动付款?

Automating PayPal transactions should be possible with their SDK - check the docs here: PayPal Developer , specifically Payouts . 使用其SDK可以实现自动进行PayPal交易-在此处检查文档: PayPal Developer ,特别是Payouts

But first of all, I think you should consider your own interest. 但首先,我认为您应该考虑自己的利益。 From my experience, fully automating this kind of transactions puts you in a risk of losing the money to fraud. 根据我的经验,完全自动化此类交易会使您有遭受欺诈损失的风险。

I would advise creating some kind of buffer, an admin dashboard where you will see all the payout requests from users, be able to verify them and then reject or approve the payment. 我建议创建一个缓冲区,一个管理仪表板,您可以在其中看到用户的所有付款请求,可以对其进行验证,然后拒绝或批准付款。 This verification step could be automated further in the future with some bot or AI (eg SiftScience) 将来可以使用某些bot或AI(例如SiftScience)进一步自动化此验证步骤

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

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