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.
我正在使用 Windows 商店应用程序,并且我正在使用 PayPal Windows8 结帐 SDK,它在正常付款时工作正常,但我需要进行定期付款。让我知道 PayPal Windows8 结帐 SDK 是否支持定期付款?
https://github.com/paypal/Windows8SDK
PayPal Windows 8 SDK 目前似乎不支持定期付款。如果您进入 C# 的 API 参考表,您会看到没有提及允许项目再次出现的属性或事件。
此外,SDK 还推广 Checkout.BuyNow API。BuyNow 暗示它只是当场购买,这与称为 PayPal Checkout 的整个 SDK 密切相关。
版本 1.0.0 昨天上线,他们似乎一直在为它开发半定期更新。我可以预见重复付款是一个非常需要的功能,所以我要么不时检查它,要么找到另一个可以帮助你的 SDK/API。
玩得开心!