有什么方法可以使用PayPal API在多个帐户之间进行付款?
我们需要使用PayPal API在多个帐户(合作伙伴)之间分配用户的付款,例如,如果用户支付100美元,帐户A将获得30%,并且帐户B获得70%,我们将NODEJS作为开发设想。
谢谢。
we need to split the payement of users between multiple accounts (partners) using the paypal API, for example if a user pays $100, account A gets 30% and account B gets 70%, we are using nodejs as our development envirement.
Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将付款收到您控制的帐户后,您可以(作为单独的交易)使用付款发送其中的一些金额,您可以请求访问。您的用例可能会批准也可能不会获得批准。
After receiving the payment into an account you control, you could (as a separate transaction) send some of that amount using Payouts, which you can request access to. Approval may or may not be granted for your use case.