coldfusion - Paypal 经典错误 : The seller accepts encrypted website payments only

标签 coldfusion paypal

我有一个电子商务网站一直在使用美国 PayPal 账户处理订单,而不是 API,只是标准账户。它工作正常。

我的一位客户在英国,他收到一条错误消息,表明可能是他的帐户。

Error: The seller accepts encrypted website payments only. You cannot pay the seller through un-encrypted buttons. Please contact your seller for more details.

PayPal 说它不是帐户。美国和英国有区别吗?

代码:

<form action="https://www.paypal.com/cgi-bin/webscr" method="post" >
  <input type="hidden" name="cmd" value="_xclick">
  <input type="hidden" name="bn" value="SEOWebstore">
  <input type="hidden" name="business" value="#GetSettings.Paypal_Account#">
  <input type="hidden" name="item_name" value="#Request.AppSettings.SiteName# Order">
  <input type="hidden" name="currency_code" value="#Left(LSCurrencyFormat(10, "international"),3)#">
  <input type="hidden" name="amount" value="#Total#">
  <cflock scope="SESSION" timeout="15" type="READONLY">
    <input type="hidden" name="custom" value="#Request.BasketNum#^#Session.User_ID#"        
  </cflock>
  <input type="hidden" name="notify_url" value="#Request.AppSettings.SiteURL##self#?fuseaction=shopping.checkout&step=ipn">
  <input type="hidden" name="return" value="#Request.AppSettings.SiteURL##self#?fuseaction=shopping.checkout&step=ipn&PayPalCust=Yes">
  <input type="hidden" name="cancel_return" value="#Request.AppSettings.SiteURL##self#?fuseaction=shopping.basket">
  <input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but01.gif" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
</form>

最佳答案

错误信息:

Error: The seller accepts encrypted website payments only. You cannot pay the seller through un-encrypted buttons. Please contact your seller for more details.

当您使用未加密和未 protected PayPal 支付标准按钮并且您已选择阻止支付这些支付到您的 PayPal 账户时出现(这适用于任何账户)

解除阻止来自未 protected 和未加密的 PayPal 支付标准按钮的支付:

1.登录您的 PayPal Premier 账户或企业账户。
2.单击个人资料子选项卡。
3.在销售偏好列中,点击网站支付偏好链接。
4.向下滚动到加密网站支付部分。
5.在Block Non-encrypted Website Payment标签旁边,选择Off单选按钮。
6.滚动到页面底部,然后单击“保存”按钮。

引用。 Encrypted Web Payments

关于coldfusion - Paypal 经典错误 : The seller accepts encrypted website payments only,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19543057/

相关文章:

c# - Coldfusion 访问 .net 对象的父方法

coldfusion - CFC 的 toString 的 CFML 实现

Paypal ,唯一匹配开始的交易与完成的交易

magento - magento退款时如何更改订单状态?

Paypal BAID mp_status 不明确,似乎没有记录

cookies - Cookie 被覆盖 Google Analytics - Coldfusion

excel - ColdFusion 8总是打开.XLS,想要.XLSX

post - ColdFusion CFHTTP Post 正在执行第二个 GET 请求

php - PayPal IPN 沙箱无法正常工作但模拟器可以

paypal - 支付错误: PayPal error: DPRP is disabled for this merchant sandbox account