Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我们的应用程序中,我们正在尝试实现支付功能。如果用户正确执行了动作 A,我们希望能够向该用户支付一些奖励金,假设用户已经将他的帐户连接到 PayPal 或 Venmo。
我该如何实现这一点,PayPal 和/或 Venmo SDKs/API 是否使这成为可能?
Venmo 不允许您从企业向客户汇款。我相信贝宝可以。您应该通过支持 Web 服务而不是应用程序本身来执行此操作。要从应用程序完成付款,您需要将您的帐户信息嵌入应用程序本身,这将是一场安全灾难。