收取一定比例付款的工作流程 (PayPal)

发布于 2024-08-06 19:40:38 字数 219 浏览 1 评论 0原文

我正在实施一种业务模式,其中服务收取 10% 的费用。例如,用户列出了 100 美元的产品。买家购买它。 90 美元归卖家所有,10 美元由网站收取。

有谁知道这是否可以通过 Paypal 进行。理论上,所有的钱都可以存入我们的 PayPal 账户,然后可以在后台向卖家账户支付 90 美元。是否可以以编程方式安排存款?

我们还可以选择使用授权等商家网关。

想法表示赞赏。谢谢

I'm implementing a business model where the service takes 10% of a fee. For example, the user lists a product for $100. The buyer purchases it. $90 goes to the seller, $10 is collected by the site.

Does anyone know offhand if this is feasible with Paypal. In theory all the money could go into our PayPal account and then a $90 payment could be made behind the scenes to the seller's account. Is it possible to programatically schedule a depsoit?

We also have the option of using a merchant gateway like Authorize.

Ideas appreciated. Thanks

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

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

发布评论

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

评论(2

迷荒 2024-08-13 19:40:38

查看 paypal 收养付款(测试版) www.x.com ,它们允许您将付款分配给多个接收者。

如果您想安排付款,我认为您可以使用批量支付 API 以编程方式从 PP 帐户发送付款。但使用测试版收养付款要容易得多。

look into paypal adoptive payments (beta) www.x.com , they allow you to distribute payments into multiple receiver.

if you want to schedule payments i think you can use the mass pay API to programmatically send payments from the PP account. But using the beta adoptive payments is much much easier.

伴随着你 2024-08-13 19:40:38

是的,您可以通过编程方式向卖家帐户存入资金。 Paypal 将其称为大众支付。

您支付 2% 的押金,有上限。因此,在存入资金之前先汇集资金可能是有意义的。

Yes you can programmatically do a deposit to the seller's account. Paypal calls it Mass Pay.

You pay 2% for the deposit, with a cap. So it might make sense to pool the funds before you deposit them.

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