我正在尝试使用 NVP 更新贝宝定期付款配置文件。我想更改付款金额。我要发送的请求是:
METHOD=UpdateRecurringPaymentsProfile&VERSION=86&PWD=1404892100&USER=XXX@YYY.com&SIGNATURE=ASEEEEEEECCCCCCCC&ProfileID=I-8N1W7089GB47&Note=testing&Amount=105
此请求失败并显示以下消息
[TIMESTAMP] => 2014%2d11%2d04T19%3a13%3a05Z
[CORRELATIONID] => 5c6026b1dedec
[ACK] => Failure
[L_ERRORCODE0] => 10001
[L_SHORTMESSAGE0] => Internal Error
[L_LONGMESSAGE0] => Timeout processing request
该配置文件是按照https://developer.paypal.com/docs/classic/express-checkout/ht_ec-recurringPaymentProfile-curl-etc/中的说明使用快速结帐和 CreateRecurringPaymentsProfile api 创建的
我上网很多次,但没有找到解决办法。谁能帮我这个。
谢谢 Monjur