有一个购物车的多个收件人

时间:2020-12-23 23:34:42

I have one (custom PHP) shopping cart, with multiple products.

我有一个(自定义PHP)购物车,有多个产品。

I am already using Encrypted Website Payments, to encrypt the final buy now button on the fly.

我已经在使用加密网站付款,即时加密最终购买按钮。

Some items in the cart may be owned by myself, and some by my partner.

购物车中的某些商品可能由我自己拥有,有些则由我的合作伙伴拥有。

So far, I've just been accepting all the funds into my own PayPal account, and redistributing the ones needed to him, but I'd rather have payments for him, go directly to him. (mostly so they don't show up on my own 1099 statements)

到目前为止,我刚刚接受所有资金到我自己的PayPal账户,并重新分配他所需的资金,但我宁愿为他付款,直接去找他。 (主要是因为他们没有出现在我自己的1099声明中)

Can I split the payment between multiple vendors? Getting API access granted from the other account would not be a problem.

我可以在多个供应商之间拆分付款吗?从其他帐户授予API访问权限不会有问题。

2 个解决方案

#1


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

了解Paypal适应性支付。它允许将付款发送给双方。

#2


Both Adaptive Payments and Express Checkout support parallel payments.

自适应付款和快速结账均支持并行付款。

HowTo's:

#1


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

了解Paypal适应性支付。它允许将付款发送给双方。

#2


Both Adaptive Payments and Express Checkout support parallel payments.

自适应付款和快速结账均支持并行付款。

HowTo's: