使用 PayPal 向最终用户付款

Using PayPal to pay end users

我正在开发一个 iOS 应用程序,该应用程序通过现金支付奖励用户的特定活动。是的,我知道 App Store 对此有限制,我已经考虑过这些限制。我的问题特别是关于 PayPal SDK 以及它是否适合允许 iOS 应用程序连接到用户的 PayPal 帐户,以便用户可以选择接收奖励付款。本质上,我需要一个 "receive payment" 按钮来代替 "Pay Now" 按钮。我的问题具体是关于 iOS 以及 PayPal SDK 是否适合作为用户接收付款。

PayPal-iOS-SDK 用于启用 user/customer 授权和支付购买,或预授权未来的购买付款。不是你要找的。

相反,请查看 PayPal 的 Payouts API, which replaces the never-to-be-depreciated MassPay API (for the differences, see this Stack Overflow Q&A). There's also a remote possibility that you're a candidate for the AdaptivePay API。