【发布时间】:2016-03-15 11:14:16
【问题描述】:
我正在为客户开发一个 Web 应用程序,他希望支付流程能够像这样工作:
Seller makes an offer for an item
Customer purchases the item
The seller sees the item is paid for but won't get the payment
When the item has been marked shipped the payment minus app fee and paypal fees will be sent to seller
App Fee is deposited into the application's paypal account
我已经使用 paypal 的快速支付 API 实现了它并手动进行支付。但这导致了双倍的贝宝费用,这是不正确的。我的客户想要使用自适应支付,但这行不通,因为他们要求卖方是主要接收者,而商家服务是次要的,但是对于无法正常工作的所需流量。我还有什么其他选择?
【问题讨论】:
标签: paypal payment paypal-adaptive-payments