Paypal延迟链式付款支付密钥" EXPIRED" " Pay"中的错误请求

时间:2016-06-28 09:55:27

标签: php paypal paypal-adaptive-payments

我一直在使用PayPal延迟链式付款。如果第一次付款成功,请将响应者付款密钥保存在DB中。几天后我付了第二个接收器的金额我得到了错误" payKey AP-7LM30647VL197891T已过期"。
如何向第二接收者支付金额。
Paypal回复:

PayPal\Types\AP\ExecutePaymentResponse Object
(
    [responseEnvelope] => PayPal\Types\Common\ResponseEnvelope Object
        (
            [timestamp] => 2016-06-28T02:34:58.143-07:00
            [ack] => Failure
            [correlationId] => c804e78cabc5e
            [build] => 23046607
        )
    [paymentExecStatus] => 
    [payErrorList] => 
    [postPaymentDisclosureList] => 
    [error] => Array
        (
            [0] => PayPal\Types\Common\ErrorData Object
                (
                    [errorId] => 580022
                    [domain] => PLATFORM
                    [subdomain] => Application
                    [severity] => Error
                    [category] => Application
                    [message] => payKey AP-7LM30647VL197891T is expired
                    [exceptionId] => 
                    [parameter] => Array
                        (
                            [0] => PayPal\Types\Common\ErrorParameter Object
                                (
                                    [name] => 
                                    [value] => AP-7LM30647VL197891T
                                )
                        )
                )
        )
)

0 个答案:

没有答案