PayPal 网站 Payments Pro 是否需要帐单地址?
我正在创建一个带有 Rails 的网站,该网站销售虚拟服务,因此并不想验证信用卡交易的帐单地址。
根据我在 paypal 上读到的内容(此 pdf< /a>)和我看过的其他资源,这应该是完全可能的。 但是,当我使用 ActiveMerchant 向 PayPal 提交购买或授权请求时,我收到错误“请输入完整的帐单地址”。
以防万一我做错了什么,我从 Railscast 144 复制了代码(使用我自己的登录名、密码等)即使使用此代码,我仍然会收到错误。
有什么我忽略的吗? 我必须在 Paypal 方面更改一些设置吗? 或者现在需要帐单地址吗?
感谢您的帮助
亚历克斯
I'm creating a website with rails that sells a virtual service, and therefore don't really want to validate the billing address for credit card transactions.
From what I have read on paypal (page 14 of this pdf) and other resources i have looked at, this should be totally possible. However, when I submit a purchase or an authorize request to paypal with ActiveMerchant I get back the error "Please enter a complete billing address."
Just in case I was doing something incorrectly I copied the code from Railscast 144 (using my own login, password, etc) Even with this code I continue to get the error.
Is there something I'm overlooking?
Some setting I have to change on Paypal's side?
Or is a billing address now required?
Thanks for your help
Alex
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
是的,现在需要帐单地址,即使他们在文档中没有提及。 IIRC 他们在我拍完那集后就改变了这一点。 如果您查看下一集,您会发现帐单地址是必需的。
也就是说,可能有一个设置可以关闭此要求,我没有看过。
Yes, the billing address is now required even though they do not mention it in their docs. IIRC they changed this right after I did that episode. If you check out the next episode you can see billing address is required.
That said, there may be a setting to turn this requirement off, I have not looked.
需要提供帐单地址,并且您说您不关心帐单地址,因为您正在销售虚拟服务,这似乎有点荒谬。 您的商业模式是否基于不关心某人是否使用信用卡进行欺诈? 如果是这样的话,我认为这对你来说真的不会成功。
A billing address is required, and it seems kind of nonsensical that you say you don't care about the billing address because you're selling a virtual service. Is your business model based on not caring whether someone's using a credit card fraudulently? I don't think that's really going to work out for you, if so.
是的,但是 api 没有告诉你这一点。 很奇怪,我知道。 当您也进行定期计费时,它确实不会告诉您这一点。 娱乐时间。
yes it is, but the api doesn't tell you that. weird, i know. it really doesn't tell you that when you get into recurring billing too. fun times.