与多个客户的贝宝支付集成
Paypal Payment integration with multiple customers
我们有多个客户和许多移动应用程序用户。对于移动应用程序用户,我们需要提供一种向任何客户付款的方式。请告诉我如何使用 paypal(或任何其他全球支付网关)实现此目的
场景:
We have CustomerA, CustomerB etc.,
We have User1, User2, User3 etc.,
Customers can raise invoices to any user.
When user pays the invoice generated by customer - money should directly go to customer.
看来您正在寻找 PayPal Checkout for Marketplaces and Platforms, note the payee
variable there. This front end 可能仍然是最好的演示代码(将 payee 变量添加到 purchase_units)
在移动设备上,必须在 has an address bar 查看器中呈现 PayPal Checkout,例如 Safari View Controller 或 Chrome Custom Tab。不能使用 WKWebView 或类似的。
我们有多个客户和许多移动应用程序用户。对于移动应用程序用户,我们需要提供一种向任何客户付款的方式。请告诉我如何使用 paypal(或任何其他全球支付网关)实现此目的
场景:
We have CustomerA, CustomerB etc.,
We have User1, User2, User3 etc.,
Customers can raise invoices to any user. When user pays the invoice generated by customer - money should directly go to customer.
看来您正在寻找 PayPal Checkout for Marketplaces and Platforms, note the payee
variable there. This front end 可能仍然是最好的演示代码(将 payee 变量添加到 purchase_units)
在移动设备上,必须在 has an address bar 查看器中呈现 PayPal Checkout,例如 Safari View Controller 或 Chrome Custom Tab。不能使用 WKWebView 或类似的。