简体   繁体   English

PayPal的Website Payments Pro是否需要帐单邮寄地址?

[英]Is a billing address required by PayPal's Website Payments Pro?

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. 我正在创建一个带有Rails的网站,该网站可以销售虚拟服务,因此我真的不想验证信用卡交易的帐单地址。

From what I have read on paypal (page 14 of this pdf ) and other resources i have looked at, this should be totally possible. 从我在Paypal上阅读的内容(本pdf第14页)和其他参考资料来看,这完全有可能。 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." 但是,当我通过ActiveMerchant提交购买或授权向Paypal付款时,我会收到错误消息“请输入完整的帐单邮寄地址”。

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. 以防万一我做错了什么,我从Railscast 144复制了代码(使用我自己的登录名,密码等),即使有了这个代码,我仍然继续得到错误。

Is there something I'm overlooking? 我有什么要注意的吗? Some setting I have to change on Paypal's side? 我必须在Paypal方面更改某些设置吗? Or is a billing address now required? 还是现在需要帐单邮寄地址?

Thanks for your help 谢谢你的帮助

Alex 亚历克斯

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. IIRC他们在我做了那集之后就改变了这一状况。 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. 如果可以的话,我认为这对您来说并不是真正的解决方案。

yes it is, but the api doesn't tell you that. 是的,但是api不会告诉您。 weird, i know. 很奇怪,我知道。 it really doesn't tell you that when you get into recurring billing too. 当您进入定期帐单时,它确实并没有告诉您。 fun times. 娱乐时间。

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

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