PayPal DoCapture “you don’t have permission to make this API call” Error -
i have tested docapture api call using following form
<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>
but show following result
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
how can set permission make api call?
thanks in advance
lakshmi priya.k
you need include version
, user
, pwd
, , signature
in call.
Comments
Post a Comment