【问题标题】:PayPal DoCapture “you don’t have permission to make this API call” ErrorPayPal DoCapture“您无权进行此 API 调用”错误
【发布时间】:2013-08-08 05:10:26
【问题描述】:

我已经使用以下表单测试了 doCapture API 调用

<form method=post action=https://api-3t.sandbox.paypal.com/nvp>

<input id="METHOD" name="METHOD" type="hidden" value="DoCapture" />
<input id="AUTHORIZATIONID" name="AUTHORIZATIONID" type="hidden" value="4M894622FJ6713130" />
<input id="AMT" name="AMT" type="hidden" value="50" />
<input id="CURRENCYCODE"  name="CURRENCYCODE" type="hidden" value="EUR" />
<input id="COMPLETETYPE" name="COMPLETETYPE" type="hidden" value="NotComplete" />
<input type=submit value=DoCapture>

但它显示以下结果

TIMESTAMP=2013%2d08%2d08T04%3a42%3a31Z&CORRELATIONID=d5019d565a403&ACK=Failure&VERSION=0%2e000000&BUILD=7161310&L_ERRORCODE0=10002&L_SHORTMESSAGE0=Authentication%2fAuthorization%20Failed&L_LONGMESSAGE0=You%20do%20not%20have%20permissions%20to%20make%20this%20API%20call&L_SEVERITYCODE0=Error    

如何设置进行此 API 调用的权限?

提前致谢

Lakshmi Priya.K

【问题讨论】:

    标签: paypal paypal-sandbox


    【解决方案1】:

    您需要在通话中加入VERSIONUSERPWDSIGNATURE

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2014-08-20
      • 2020-05-06
      • 2013-11-24
      • 2014-08-17
      • 2019-09-03
      • 1970-01-01
      • 2013-05-25
      • 1970-01-01
      相关资源
      最近更新 更多