收取一定比例付款的工作流程 (PayPal)
我正在实施一种业务模式,其中服务收取 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
查看 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.
是的,您可以通过编程方式向卖家帐户存入资金。 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.