php - Paypal Delayed Chained payment pay key "EXPIRED" error in "Pay" request -


i have been using paypal delayed chained payment. in case first payment successful save respondent pay key in db. after days pay amount second receiver have error " paykey ap-7lm30647vl197891t expired ".
how pay amount second reciever.
paypal response:

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 expired                     [exceptionid] =>                      [parameter] => array                         (                             [0] => paypal\types\common\errorparameter object                                 (                                     [name] =>                                      [value] => ap-7lm30647vl197891t                                 )                         )                 )         ) ) 


Comments

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -