iOS - 允许我的应用程序的用户从他们自己的客户处收取付款吗?

发布于 2025-01-18 15:53:29 字数 146 浏览 5 评论 0原文

我目前有一个应用程序,允许用户管理他们的客户。也就是说,我希望我的应用程序的用户能够从自己的客户那里收取付款,并将资金存入他们自己的银行账户。有谁知道 Stripe、Paypal 或 Square 是否有 SDK 允许用户登录自己的支付账户进行付款?非常感谢任何帮助和/或提示!

I currently have an app that allows users to manage their customers. That said, I want my app's users to be able to take payment from their own customers, and have the funds deposit to their own bank accounts. Does anyone know if Stripe, Paypal, or Square has an SDK that would allow users to login to their own payment accounts to take payment? Any help and/or tips are super appreciated!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

梦里寻她 2025-01-25 15:53:29

对于 PayPal,请使用常规的 Checkout 集成(Web JS SDK、Native SDK)和/或服务器端 REST API 集成(根据需要),并在创建订单时指定 payee 对象,其中包含要接收付款的 email_address 或merchant_id

请参阅详细信息文档

For PayPal, use a regular Checkout integration (Web JS SDK, Native SDK, and/or server-side REST API integration, as desired) and when creating the order specify a payee object with an email_address or merchant_id that is to receive the payment

See the documentation for details.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文