PayPal Chained Payments

痴心易碎 提交于 2019-12-24 05:56:33

问题


I am trying to use the PayPal Chained Payments APIs. What I am trying to find out is can I have multiple Receiver 2 where if I am online store and all I do is basically help them sell stuff, I can manage the receiver 2 payments according to the sale.

For example in my store I have two sellers

  1. Sells shoes
  2. Sells shirts

Is it possible to create a config file where the sellers can sign up and put in the necessary information which is automatically accepted by the system and the payments are done via chained payments API?


回答1:


Yes, that is one of the ways people use Chained Payments the most.

When people create an account to sell on your site you can have them enter their PayPal account email address into their control panel. Then when an order occurs with various sellers on it (you could split payments with up to 6 receivers) you simply add each receiver into the API request accordingly.

When the payment occurs each receiver will get the amount you specified that they should receive, so of course you'll need to handle all of the logic to build this request based on the item(s) in the shopping cart when the buyer checks out.



来源:https://stackoverflow.com/questions/14001854/paypal-chained-payments

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!