【问题标题】:PayPal live environment error: PAYEE_ACCOUNT_RESTRICTED | The merchant account is restrictedPayPal 直播环境错误:PAYEE_ACCOUNT_RESTRICTED |商户账号受限
【发布时间】:2021-11-11 15:17:18
【问题描述】:

我正在使用@paypal/checkout-server-sdk,当我使用实时环境时出现此错误:

    text: `{"name":"UNPROCESSABLE_ENTITY","details":[{"field":"/purchase_units/@reference_id=='default'/payee","location":"body","issue":"PAYEE_ACCOUNT_RESTRICTED","description":"The merchant account is restricted."}],"message":"The requested action could not be performed, semantically incorrect, or failed business validation.","debug_id":"17aeec9c490da","links":[{"href":"https://developer.paypal.com/docs/api/orders/v2/#error-PAYEE_ACCOUNT_RESTRICTED","rel":"information_link","method":"GET"}]}`,        
    statusCode: 422,
    headers: {
      'content-type': 'application/json',
      'content-length': '487',
      connection: 'close',
      date: 'Thu, 16 Sep 2021 15:39:15 GMT',
      application_id: 'APP-22708535S4154154M',
      'cache-control': 'max-age=0, no-cache, no-store, must-revalidate',
      caller_acct_num: 'HCYCS3MA4HASE',
      'paypal-debug-id': '17aeec9c490da',
      http_x_pp_az_locator: 'ccg14.slc',
      'strict-transport-security': 'max-age=31536000; includeSubDomains'
    }
  }
}

代码:http://hastebin.com/ixotativig.js

【问题讨论】:

  • 我投票结束这个问题,因为这似乎是一个支持问题,而不是一个编程问题。

标签: paypal


【解决方案1】:

这不是编程问题。正如错误的详细信息所说:

{
  "field": "/purchase_units/@reference_id=='default'/payee",
  "location": "body",
  "issue": "PAYEE_ACCOUNT_RESTRICTED",
  "description": "The merchant account is restricted."
}

因此,请通过www.paypal.com 登录真实商家帐户,查看有关限制的信息以及解决问题的步骤。如果您需要支持,请联系 PayPal。

【讨论】:

  • 我想那是即使我想确定谢谢我会测试
猜你喜欢
  • 2021-07-22
  • 2013-10-25
  • 2020-09-28
  • 2020-10-14
  • 2013-11-16
  • 2015-06-03
  • 2013-03-13
  • 2013-04-16
  • 2016-06-21
相关资源
最近更新 更多