我应该使用哪种PayPal API将付款发送给会员 [英] Which PayPal API should I use to send payments to affiliates

查看:101
本文介绍了我应该使用哪种PayPal API将付款发送给会员的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我为一家网站公司工作,该公司向向我们网站发送流量的合作伙伴支付佣金.目前,我们跟踪从关联公司转到我们网站的流量,然后经过繁琐的手动操作来通过PayPal发送付款.

I work for a website-company that pays a commission to partners who send traffic to our website. Currently we track the traffic referred to our site from the affiliates and then go through a tedious manual process of sending payment via PayPal.

这是我们当前流程的要旨:

This is the gist of our current process:

1. Review affiliate commission report (our website back end generates this)
2. Copy/paste email & amount fields, one at a time, into the PayPal Send Payment screen (open in a different browser tab)
3. Specify additional fields in the PayPay Send Payment screen and select "continue"

考虑到我们每个月支付的会员数量,这可能会非常耗时,因此,如果可能的话,我们希望使用php脚本自动执行此操作.我不熟悉PayPal的任何API-有人可以向我介绍最适合解决此问题的API.谢谢!

This can get very time consuming considering the number of affiliates we pay every month, so if possible we would like to automate this with a php script. I'm unfamiliar with any of PayPal's APIs - could someone please refer me to the API best suited for solving this problem. Thanks!

推荐答案

PayPal有2种用于此类用例的API.

PayPal has 2 APIs for this kind of use cases.

  1. MassPay
  2. 业务付款通过
  1. MassPay
  2. Business Payments through Adaptive Payments APIs

MassPay API用于在后端(付款)向大量收件人发送付款(通过API支付250或通过

MassPay API is for sending payments in the back end (disbursements) to large number of recipients (250 through API or upto 3000 through file upload)

Adaptive Payments API不仅可以用于在后端发送付款,还可以让您在原始交易过程中通过链式付款来支付您的会员费用.它还为您提供了一种方法,可以将联盟会员的付款延迟至最多9 0天,以处理诸如产品退货之类的事情. com/people/Praveen/blog/2010/06/27/i-can-has-delayed-chained-payments"rel =" noreferrer>此处.

Adaptive Payments API can be used to send payments not only in the back-end but also allows you to payout your affiliates during the original transaction itself through chained payments. It also provides you a way to delay the affiliate payout until up to 9 0 days to handle things like product returns, etc. You can find information about how the delayed chain payments work here.

您可以在x.com 上的此处找到适用于Adaptive Payments API的php代码示例.

You can find php code samples for Adaptive Payments APIs here on x.com.

这篇关于我应该使用哪种PayPal API将付款发送给会员的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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