java - Paypal expressCheckout integration (DoExpressCheckout) error -
i have expresscheckout integration setup in java google app engine , working getexpresschekout .but in finall call(doexpresscheckout) unable authorize payment .it returns error
result=1000&pnref=e24p1fbb8fa4&respmsg=generic processor error: 13116-the transaction in progress token.&avsaddr=n&avszip=n
but same code works in local showing above error in after deployment.
thanks in advance
i don't know why works when testing locally, error means user hasn't paid yet. might because user hasn't paid yet or because transaction pending verification. paypal flags transactions risky , takes few hours verify them.
did wait user return returnurl before executing doexpresscheckout()? did verify user didn't return cancelurl?
did verify gettransactiondetails() paymentstatus "completed" , not "pending"? can check `pendingreason" more details. see payment review more information on pending transactions.
Comments
Post a Comment