将 Paypal 付款拆分为两个帐户

2021-12-29 00:00:00 php paypal payment-processing

我目前正在创建一个系统,让管理员可以创建活动并允许个人注册这些活动.每个注册都有与之相关的费用,注册人使用 PayPal 支付.创建事件时,管理员输入将存入资金的 PayPal 帐户.然后,我按每次注册收取固定价格作为服务费用.当付款提交到 Paypal 时,有没有办法自动扣除我的费用?

I'm currently creating a system that lets admins create events and allow individuals to register for those events. Each registration has a fee associated with it, which registrants pay using PayPal. When an event is created, the admin inputs the PayPal account for which the money will be deposited. I then charge a set price per registration as the fee for the service. Is there a way to automatically take my cut of the fee when the payment is submitted to Paypal?

我已经查看了 PayPal 的 Mass Pay 选项,但这意味着所有的钱都必须进入一个中央账户,然后从那里分开(如果我理解正确的话).我宁愿远离所有进入中央账户的资金,因为那里涉及很多责任.

I've looked at the Mass Pay option with PayPal, but that means all the money has to go into a central account and then get divided out from there (if I understand it right). I would rather stay away from all money going into a central account, as there gets to be a lot of liability involved there.

现在,我不是 100% 与 PayPal 相关联,所以如果其他人知道其他可行的服务,我会很高兴听到它.我敢肯定其他人以前遇到过这种情况...

Now, I'm not 100% tied to PayPal, so if anyone else knows of another service that would work, I would be glad to hear about it. I'm sure someone else has run into this before...

推荐答案

调查 Paypal 自适应支付.它允许将付款发送给两方.

Look into Paypal Adaptive Payments. It allows for payments to be sent to two parties.

相关文章