paypal - 'recurring' PayPal IPN 变量到底是什么?

标签 paypal paypal-ipn

对于 PayPal 订阅,IPN 变量recurring“指示是否重复定期费率(1 为是,空白为否)。”

https://developer.paypal.com/webapps/developer/docs/classic/ipn/integration-guide/IPNandPDTVariables/#id091EB0901HT

我不确定这是什么意思。查看我的日志,订阅始终为 1。什么时候不是1?

最佳答案

您可能需要查看HTML vairables for PayPal buttons 中相应参数src 的含义。 - 这可能有助于理解 recurring 的含义。

src - Subscription payments recur unless subscribers cancel their subscriptions before the end of the current billing cycle or you limit the number of times that payments recur with the value that you specify for srt. Allowable values are: 0 — subscription payments do not recur, 1 — subscription payments recur. The default is 0.

对于订阅,recurring 的值将始终为 1,对于即时付款,它将返回空白。

关于paypal - 'recurring' PayPal IPN 变量到底是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42407318/

相关文章:

css - Paypal Express Checkout 页面未在 Firefox 中正确显示

paypal - 使用 PayPal Adaptive Payments API 获取费用金额?

php - 将 phpmailer_v5.1 use_gmail 与 paypal ipn 响应器相结合

paypal - 在paypal中处理经常性付款时,出现以下错误

cakephp Paypal IPN 集成

.net - PayPal .net REST API - 包含额外一次性付款的定期计费协议(protocol)

php - PayPal 退款转账 API 与付款标准企业帐户

php - 根据 2016-2017 安全升级处理 Paypal IPN

paypal - 如何测试并行支付 IPN 监听器

python - 使用 paypal 沙箱 API 时出错