我有一个网站使用paypal在网站上销售X的东西。 我知道如何使用paypal让customer1买X1并让customer2买另一个X2。(现在在我的帐户中) 我的问题是..有没有办法使paypal管理在customer1到卖给X1之间的销售操作到customer2。(customer2支付给customer1)??
我应该自己编写代码还是有一种可靠的方法来做到这一点......提前谢谢。
答案 0 :(得分:1)
是的,在Paypal按钮表单代码中,使用隐藏的输入字段" business"和隐藏的输入字段" notify_url"。在"业务"字段,您以编程方式从customer1和" notify_url"中输入商家ID您输入网站上将注册销售的脚本的网址字段。