Paypal API - 我们可以在交易中向多个账户转账吗? [英] Paypal API - Can we transfer money to multiple accounts in a transaction?

查看:45
本文介绍了Paypal API - 我们可以在交易中向多个账户转账吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

一个提议的场景是,假设购物车网站,买家必须为产品付款.售出的产品成本将转移到相应的商家.在这里,网站所有者必须为购买的产品支付(佣金).

A proposed scenario is, assume the shopping cart site, where buyer has to pay for a product. The sold product costs will be transferred to the respective merchant. Here, the website owner has to be paid(commission) for the purchased product.

可以在 Paypal 中使用吗?现在,我正在使用 Paypal 结帐.您的想法/建议会有所帮助.请这样做.

Is it possible in Paypal? Right now, I am using Paypal checkout. Your ideas/suggestions would be helpful. Please do it.

推荐答案

您可以通过多种方式进行设置.

There are a number of ways you could set this up.

您可以使用自适应支付平台,特别是 Pay API,创建并行或链式支付,以便多个收款人可以在同一笔交易中收款.

You could use the Adaptive Payments platform, specifically the Pay API, to create parallel or chained payments so that multiple receivers can receive money within the same transaction.

您还可以使用快速结账,但您不能进行链式支付.

You can also do a parallel payment with Express Checkout, but you can't do a chained payment.

主要区别在于,对于平行支付,买家会在结账时看到拆分.使用链式支付,您可以隐藏它,以便他们只能看到主要接收者.此外,连锁付款可能会延迟,因此您可以在必要时触发稍后支付佣金(例如,等待服务完成).

The main difference is that with parallel payments the buyer will see the split during checkout. With a chained payment you can hide that so they only see the primary receiver. Also, chained payments can be delayed so you can trigger the commission to be paid at a later time if necessary (for example, waiting for services to be completed.)

另一种方法是使用 付款标准、快速结帐或付款亲,让付款完全转到一个帐户.然后设置 Pay API 请求以向辅助接收方提交付款,或使用 MassPay API.这可以在 IPN 解决方案中进行设置,因此整个过程都是自动化的.在这种情况下,您基本上会构建自适应支付平台为您做的事情,但它会给您在应用程序中的所有内容上更多的自由.

Another way you could do this is to use Payments Standard, Express Checkout, or Payments Pro, and let the payment go entirely to a single account. Then setup a Pay API request to submit payment to the secondary receiver, or use the MassPay API. This could be setup within an IPN solution so the entire thing is automated. In this case you'd basically be building what the adaptive payments platform does for you, but it would give you a little bit more freedom over everything in the application.

这篇关于Paypal API - 我们可以在交易中向多个账户转账吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆