Jus*_*tin 8 payment paypal payment-gateway paypal-sandbox
我有一个计费例程,它使用Paypal的Website Payments Pro中的定期计费配置文件.此例程使用paypal profileid和GetRecurringPaymentsProfileDetails方法成功创建配置文件并在创建后获取配置文件信息.
但是,当我尝试使用UpdateRecurringPaymentsProfile方法仅更新配置文件上的AMOUNT/AMT时,我收到此错误:
[ERRORCODE] => 10001
[SHORTMESSAGE] => Internal Error
[LONGMESSAGE] => Internal Error
[SEVERITYCODE] => Error
Run Code Online (Sandbox Code Playgroud)
以下是我要传递的字段:
[NOTE] => A note here
[PROFILEID] => redacted
[AMT] => 7
[VERSION] => 62.0
[USER] => redacted
[PWD] => redacted
[SIGNATURE] => redacted
[METHOD] => UpdateRecurringPaymentsProfile
Run Code Online (Sandbox Code Playgroud)
故障排除步骤
我遇到了一个不太具描述性的错误.Paypal文档不包含针对此类一般错误的任何疑难解答提示.
我在网上看到Paypal中有一个终端用于排除故障,但我不确定它们是否仅仅意味着沙箱中的创建配置文件屏幕,或者是否有其他内容.
您有解决此错误的任何提示吗?