支付处理商的游戏内存款和取款服务选项?
Options for In-Game Lodgement & Withdrawal Services from Payments Processors?
我在这里看到了一些关于在 PayPal 和 Stripe 等支付处理商之间进行选择的问题,所以我希望 post 一个与代码无关的问题没问题。
我正在开发一个应用程序,我想知道是否存在允许玩家 lodge/transfer 将钱存入他们的游戏帐户的支付处理器(这样他们就可以在游戏中使用真实货币余额),并允许他们随时withdraw/cash-out/transfer 立即将余额中的钱退回银行或 PayPal 帐户。
我在 gambling/betting 网站上看到过这样的事情,但我在 PayPal 和 Stripe 的产品文档中找不到任何明确的信息。
我想知道是否有标准的 lodgement/withdrawal 服务,或者我是否需要将每笔交易作为购买转账处理(玩家 "purchases" 在他们存钱时以游戏货币从我那里得到,我"purchase" 当他们选择取款时,他们会从他们那里取回游戏货币。
我搜索了 PayPal 和 Stripe 的文档,但我似乎无法找到问题的答案。我打算使用 Javascript 和 PHP 来集成支付处理器。对此的任何建议将不胜感激。
提前致谢!
鉴于各种赌博和汇款法律,这是您需要非常小心的领域。
这将违反 Stripe 的服务条款:"Virtual currency that can be monetized, resold, or converted to physical or digital products and services or otherwise exit the virtual world."
对于 Paypal,这在一定程度上取决于您的游戏是什么,根据他们可接受的使用政策:"Activities involving gambling, gaming and/or any other activity with an entry fee and a prize, including, but not limited to casino games, sports betting, horse or greyhound racing, fantasy sports, lottery tickets, other ventures that facilitate gambling, games of skill (whether or not legally defined as gambling) and sweepstakes, if the operator and customers are located exclusively in jurisdictions where such activities are permitted by law."
我在这里看到了一些关于在 PayPal 和 Stripe 等支付处理商之间进行选择的问题,所以我希望 post 一个与代码无关的问题没问题。
我正在开发一个应用程序,我想知道是否存在允许玩家 lodge/transfer 将钱存入他们的游戏帐户的支付处理器(这样他们就可以在游戏中使用真实货币余额),并允许他们随时withdraw/cash-out/transfer 立即将余额中的钱退回银行或 PayPal 帐户。
我在 gambling/betting 网站上看到过这样的事情,但我在 PayPal 和 Stripe 的产品文档中找不到任何明确的信息。
我想知道是否有标准的 lodgement/withdrawal 服务,或者我是否需要将每笔交易作为购买转账处理(玩家 "purchases" 在他们存钱时以游戏货币从我那里得到,我"purchase" 当他们选择取款时,他们会从他们那里取回游戏货币。
我搜索了 PayPal 和 Stripe 的文档,但我似乎无法找到问题的答案。我打算使用 Javascript 和 PHP 来集成支付处理器。对此的任何建议将不胜感激。 提前致谢!
鉴于各种赌博和汇款法律,这是您需要非常小心的领域。
这将违反 Stripe 的服务条款:"Virtual currency that can be monetized, resold, or converted to physical or digital products and services or otherwise exit the virtual world."
对于 Paypal,这在一定程度上取决于您的游戏是什么,根据他们可接受的使用政策:"Activities involving gambling, gaming and/or any other activity with an entry fee and a prize, including, but not limited to casino games, sports betting, horse or greyhound racing, fantasy sports, lottery tickets, other ventures that facilitate gambling, games of skill (whether or not legally defined as gambling) and sweepstakes, if the operator and customers are located exclusively in jurisdictions where such activities are permitted by law."