gpt4 book ai didi

Paypal 退款 NVP API : You do not have permission to refund this transaction

转载 作者:太空宇宙 更新时间:2023-11-03 15:57:56 27 4
gpt4 key购买 nike

我正在使用 Paypal NVP Refund Api 进行退款 Paypal 交易。一切正常,但当我尝试调用 api 时,它给出了以下响应。

Array
(
[TIMESTAMP] => 2017-07-17T13:58:24Z
[CORRELATIONID] => xxxxxxxxxx
[ACK] => Failure
[VERSION] => 51.0
[BUILD] => 36458220
[L_ERRORCODE0] => 10007
[L_SHORTMESSAGE0] => Permission denied
[L_LONGMESSAGE0] => You do not have permission to refund this transaction
[L_SEVERITYCODE0] => Error
)

是我想念的某个过程吗?

最佳答案

授予权限后,存在同样的问题。然后我发现我错过了一个论点..

我正在发送此请求。

$nvpreq = array(
'USER' => '',
'PWD' => '',
'SIGNATURE' => '',
'METHOD'=> 'RefundTransaction',
'VERSION' => urlencode('94'),
'TRANSACTIONID' => 'xxxxxxxx',
'REFUNDTYPE' => 'Partial',
'AMT' => '0.01',
'CURRENCYCODE' => 'USD');

我忘记添加 'SUBJECT' => 'reiceversemail@gmail.com',。现在它正在运行。

关于 Paypal 退款 NVP API : You do not have permission to refund this transaction,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45146366/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com