简体   繁体   English

隐式自适应支付不会生成IPN

[英]Implicit Adaptive Payments aren't generating IPNs

I'm sending money from one account to another using Adaptive Payments API. 我正在使用Adaptive Payments API从一个帐户向另一个帐户汇款。 I'm using the active_paypal_adaptive_payment gem to simplify things a bit. 我正在使用active_paypal_adaptive_payment gem来简化事情。 So far I've got everything working as desired but my payments aren't generating IPNs. 到目前为止,我已经可以按需工作,但是我的付款并未生成IPN。

I'm implicitly sending the payments, ie from 'my' account to another so this doesn't require the user to approve the payment via paypal. 我是隐式发送付款,即从“我的”帐户发送到另一个帐户,因此这不需要用户通过Paypal批准付款。 This is going to be an issue if the payments are pending or have other issues. 如果付款未结或有其他问题,这将是一个问题。 Is there some sort of option I've missed? 我错过了某种选择吗?

OK - figured it out, I was setting the notification url with OK-知道了,我在设置通知网址

  :notify_url => ipn_url, 

rather than 而不是

  :ipn_notification_url => ipn_url

Still, I'm surprised it didn't use the ipn location defined in the profile. 不过,我很惊讶它没有使用配置文件中定义的ipn位置。

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

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