简体   繁体   English

批量Paypal付款

[英]Batch Paypal Payments

Can you send a paypal payment with a script? 你能用脚本发送paypal付款吗? I've been googling for this, but I can't seem to find the answer I want (yes) ;-) 我一直在谷歌搜索,但我似乎无法找到我想要的答案(是的);-)

An example of what I am talking about: Lets say I have a site where users share in the profit. 我正在谈论的一个例子:假设我有一个用户分享利润的网站。 Instead of sending each users payment out manually at the end of the month, I would like to automate this with code, preferably django / python. 我不想在月底手动发送每个用户付款,而是希望使用代码自动执行此操作,最好是django / python。

Yes. 是。 This page may help: https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/howto_api_masspay 此页面可能有所帮助: https//cms.paypal.com/us/cgi-bin/?cmd = __render-content&content_ID = developer /howto_api_masspay

Clarification edit: Basically you use the mass-pay API call. 澄清编辑:基本上您使用批量付费API调用。 However, even though it's called mass pay, I believe you can send payments to just one person with it. 然而,即使它被称为大众支付,我相信你可以通过它向一个人发送付款。

您可能想查看Paypal API文档

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM