Split Paypal payment into two accounts(将 Paypal 付款拆分为两个帐户)
问题描述
我目前正在创建一个系统,让管理员可以创建活动并允许个人注册这些活动.每个注册都有与之相关的费用,注册人使用 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.
这篇关于将 Paypal 付款拆分为两个帐户的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:将 Paypal 付款拆分为两个帐户
- Laravel 5:Model.php 中的 MassAssignmentException 2021-01-01
- openssl_digest vs hash vs hash_hmac?盐与盐的区别HMAC? 2022-01-01
- PHP - if 语句中的倒序 2021-01-01
- 如何使用 Google API 在团队云端硬盘中创建文件夹? 2022-01-01
- 如何从数据库中获取数据以在 laravel 中查看页面? 2022-01-01
- PHP foreach() 与数组中的数组? 2022-01-01
- 覆盖 Magento 社区模块控制器的问题 2022-01-01
- 如何在 Symfony2 中正确使用 webSockets 2021-01-01
- 使用 GD 和 libjpeg 支持编译 PHP 2022-01-01
- Oracle 即时客户端 DYLD_LIBRARY_PATH 错误 2022-01-01